/* * 1 covered goal: * 1 oasis.names.tc.ciq.xsdschema.xal._2.PremiseNumberPrefix.getValue()Ljava/lang/String;: root-Branch */ @Test public void test5() throws Throwable { PremiseNumberPrefix premiseNumberPrefix0 = new PremiseNumberPrefix(); String string0 = premiseNumberPrefix0.getValue(); assertNull(string0); }
/* * 1 covered goal: * 1 oasis.names.tc.ciq.xsdschema.xal._2.PremiseNumberPrefix.setCode(Ljava/lang/String;)V: root-Branch */ @Test public void test6() throws Throwable { PremiseNumberPrefix premiseNumberPrefix0 = new PremiseNumberPrefix(); premiseNumberPrefix0.setCode((String) null); assertNull(premiseNumberPrefix0.getValue()); }
/* * 2 covered goals: * 1 oasis.names.tc.ciq.xsdschema.xal._2.PremiseNumberPrefix.setType(Ljava/lang/String;)V: root-Branch * 2 oasis.names.tc.ciq.xsdschema.xal._2.PremiseNumberPrefix.<init>()V: root-Branch */ @Test public void test0() throws Throwable { PremiseNumberPrefix premiseNumberPrefix0 = new PremiseNumberPrefix(); premiseNumberPrefix0.setType(""); assertNull(premiseNumberPrefix0.getValue()); }