Package fr.uhp.example

Examples of fr.uhp.example.Example



public class ExampleTest {
  @Test
  public void AddTest() {
    assertTrue(new Example().add(1,1) == 2);
  }
View Full Code Here

TOP

Related Classes of fr.uhp.example.Example

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.