/*
  * 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());
 }
 /*
  * 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.getOtherAttributes()Ljava/util/Map;: root-Branch
  */
 @Test
 public void test4() throws Throwable {
   PremiseNumberPrefix premiseNumberPrefix0 = new PremiseNumberPrefix();
   Map<QName, String> map0 = premiseNumberPrefix0.getOtherAttributes();
   assertEquals(0, map0.size());
 }
 /*
  * 1 covered goal:
  * 1 oasis.names.tc.ciq.xsdschema.xal._2.PremiseNumberPrefix.setNumberPrefixSeparator(Ljava/lang/String;)V: root-Branch
  */
 @Test
 public void test3() throws Throwable {
   PremiseNumberPrefix premiseNumberPrefix0 = new PremiseNumberPrefix();
   premiseNumberPrefix0.setNumberPrefixSeparator("?m.eu7.");
   assertNull(premiseNumberPrefix0.getType());
 }
 /*
  * 1 covered goal:
  * 1 oasis.names.tc.ciq.xsdschema.xal._2.PremiseNumberPrefix.getNumberPrefixSeparator()Ljava/lang/String;: root-Branch
  */
 @Test
 public void test2() throws Throwable {
   PremiseNumberPrefix premiseNumberPrefix0 = new PremiseNumberPrefix();
   String string0 = premiseNumberPrefix0.getNumberPrefixSeparator();
   assertNull(string0);
 }
 /*
  * 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());
 }