Package org.timepedia.chronoscope.client.util.junit

Examples of org.timepedia.chronoscope.client.util.junit.ObjectSmokeTest.testAll()


    };
  }

  public void testObjectEssentials() {
    ObjectSmokeTest smokeTest = new ObjectSmokeTest(this.focusFactory);
    smokeTest.testAll();
  }

}
View Full Code Here


    assertTrue(new ZoomInterval("x", 100).compareTo(new ZoomInterval("x", 100)) == 0);
  }
 
  public void testObjectEssentials() {
    ObjectSmokeTest smokeTest = new ObjectSmokeTest(this.zoomIntervalFactory);
    smokeTest.testAll();
  }

}
View Full Code Here

    };
  }
 
  public void testObjectEssentials() {
    ObjectSmokeTest smokeTest = new ObjectSmokeTest(this.intervalFactory);
    smokeTest.testAll();
  }

  public void testConstructor() {
    Interval i = new Interval(-2, 2);
    assertEquals(-2.0, i.getStart());
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.