Package org.apache.etch.interoptester

Examples of org.apache.etch.interoptester.Prog


 
  /** @throws Exception */
  @org.junit.Test
  public void parse4() throws Exception
  {
    Prog p = Prog.parse( test, parseXml( "<prog name=\"foo\"/>" ) );
    assertSame( test, p.test() );
    assertEquals( "foo", p.name() );
    assertEquals( 0, p.args().size() );
  }
View Full Code Here

TOP

Related Classes of org.apache.etch.interoptester.Prog

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.