/* * 1 covered goal: * 1 oasis.names.tc.ciq.xsdschema.xal._2.Department.setMailStop(Loasis/names/tc/ciq/xsdschema/xal/_2/MailStopType;)V: root-Branch */ @Test public void test13() throws Throwable { Department department0 = new Department(); department0.setMailStop((MailStopType) null); assertNull(department0.getType()); }
/* * 1 covered goal: * 1 oasis.names.tc.ciq.xsdschema.xal._2.Department.setType(Ljava/lang/String;)V: root-Branch */ @Test public void test9() throws Throwable { Department department0 = new Department(); department0.setType(""); assertEquals("", department0.getType()); }
/* * 1 covered goal: * 1 oasis.names.tc.ciq.xsdschema.xal._2.Department.getType()Ljava/lang/String;: root-Branch */ @Test public void test11() throws Throwable { Department department0 = new Department(); String string0 = department0.getType(); assertNull(string0); }
/* * 2 covered goals: * 1 oasis.names.tc.ciq.xsdschema.xal._2.Department.setPostalCode(Loasis/names/tc/ciq/xsdschema/xal/_2/PostalCode;)V: root-Branch * 2 oasis.names.tc.ciq.xsdschema.xal._2.Department.<init>()V: root-Branch */ @Test public void test7() throws Throwable { Department department0 = new Department(); department0.setPostalCode((PostalCode) null); assertNull(department0.getType()); }