Exemplo n.º 1
0
 /**
  * Test method for {@link SchemagenOptions#asOption(java.lang.String)}.
  *
  * @throws SchemagenOptionsConfigurationException
  */
 @Test
 public void testAsOption() throws SchemagenOptionsConfigurationException {
   SchemagenOptions so0 = new SchemagenOptions();
   assertSame(OPT.DOS, so0.asOption("DOS"));
 }