use of com.spectralogic.ds3autogen.python.model.type.TypeElementList in project ds3_autogen by SpectraLogic.
the class BaseTypeGenerator_Test method toElementList_EmptyMap_Test.
@Test
public void toElementList_EmptyMap_Test() {
final TypeElementList result = toElementList(createListDs3Element(), ImmutableMap.of());
assertThat(result.toPythonCode(), is("('ListElement', None, None)"));
}
Aggregations