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

Examples of org.timepedia.chronoscope.client.util.junit.ObjectSmokeTest


      }
    };
  }

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


    assertTrue(new ZoomInterval("x", 200).compareTo(new ZoomInterval("x", 100)) > 0);
    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();
  }
View Full Code Here

TOP

Related Classes of org.timepedia.chronoscope.client.util.junit.ObjectSmokeTest

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.