Package net.sourceforge.purrpackage.test.simple.two

Examples of net.sourceforge.purrpackage.test.simple.two.Two


public class OneTest {

  @Test
  public void testOne() {
    new One().one();
    new Two().fromOne();
  }
View Full Code Here

TOP

Related Classes of net.sourceforge.purrpackage.test.simple.two.Two

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.