Package org.apache.etch.interoptester

Examples of org.apache.etch.interoptester.Prog.test()


  /** @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() );
  }
 
  /** @throws Exception */
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.