public void testListTypeFieldsClassNotNullable(ListTypeFieldsClassNotNullable v) throws Exception {
}
public void testMapTypeFieldsClass() throws Exception {
testMapTypeFieldsClass(null);
testMapTypeFieldsClass(new MapTypeFieldsClass());
MapTypeFieldsClass v = new MapTypeFieldsClass();
v.f0 = new HashMap<Integer, Integer>();
v.f1 = new HashMap<Integer, Integer>();
v.f1.put(1, 1);
v.f1.put(2, 2);
v.f1.put(3, 3);