/*
  * 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.setValue(Ljava/lang/String;)V: root-Branch
  * 2 oasis.names.tc.ciq.xsdschema.xal._2.PremiseNumberPrefix.<init>()V: root-Branch
  */
 @Test
 public void test8() throws Throwable {
   PremiseNumberPrefix premiseNumberPrefix0 = new PremiseNumberPrefix();
   premiseNumberPrefix0.setValue("");
   assertNull(premiseNumberPrefix0.getNumberPrefixSeparator());
 }