package cmu.defect4j.jfree.data.xy.junit; import gov.nasa.jpf.util.test.TestJPF; import org.junit.Test; import junit.framework.TestCase; public class XIntervalSeriesTests extends TestJPF { private final String[] config = {"+nhandler.delegateUnhandledNative", "+classpath+=${jpf-core}/lib/junit-4.11.jar,${jpf-core}/lib/jfreechart-1.2.0-ea1.jar"}; public static void main(String[] testMethods){ runTestsOfThisClass(testMethods); } @Test(timeout=120000) public void testSetMaximumItemCount2() throws Exception { if (verifyNoPropertyViolation(config)) { TestCase testcase = new org.jfree.data.xy.junit.XIntervalSeriesTests("testSetMaximumItemCount2"); testcase.run(); } } @Test(timeout=120000) public void testGetXLowValue() throws Exception { if (verifyNoPropertyViolation(config)) { TestCase testcase = new org.jfree.data.xy.junit.XIntervalSeriesTests("testGetXLowValue"); testcase.run(); } } @Test(timeout=120000) public void testGetXHighValue() throws Exception { if (verifyNoPropertyViolation(config)) { TestCase testcase = new org.jfree.data.xy.junit.XIntervalSeriesTests("testGetXHighValue"); testcase.run(); } } @Test(timeout=120000) public void testEquals() throws Exception { if (verifyNoPropertyViolation(config)) { TestCase testcase = new org.jfree.data.xy.junit.XIntervalSeriesTests("testEquals"); testcase.run(); } } @Test(timeout=120000) public void testCloning() throws Exception { if (verifyNoPropertyViolation(config)) { TestCase testcase = new org.jfree.data.xy.junit.XIntervalSeriesTests("testCloning"); testcase.run(); } } @Test(timeout=120000) public void testSerialization() throws Exception { if (verifyNoPropertyViolation(config)) { TestCase testcase = new org.jfree.data.xy.junit.XIntervalSeriesTests("testSerialization"); testcase.run(); } } @Test(timeout=120000) public void testAdd() throws Exception { if (verifyNoPropertyViolation(config)) { TestCase testcase = new org.jfree.data.xy.junit.XIntervalSeriesTests("testAdd"); testcase.run(); } } @Test(timeout=120000) public void testIndexOf2() throws Exception { if (verifyNoPropertyViolation(config)) { TestCase testcase = new org.jfree.data.xy.junit.XIntervalSeriesTests("testIndexOf2"); testcase.run(); } } @Test(timeout=120000) public void testAdditionOfDuplicateXValues() throws Exception { if (verifyNoPropertyViolation(config)) { TestCase testcase = new org.jfree.data.xy.junit.XIntervalSeriesTests("testAdditionOfDuplicateXValues"); testcase.run(); } } @Test(timeout=120000) public void testRemove() throws Exception { if (verifyNoPropertyViolation(config)) { TestCase testcase = new org.jfree.data.xy.junit.XIntervalSeriesTests("testRemove"); testcase.run(); } } @Test(timeout=120000) public void testSetMaximumItemCount() throws Exception { if (verifyNoPropertyViolation(config)) { TestCase testcase = new org.jfree.data.xy.junit.XIntervalSeriesTests("testSetMaximumItemCount"); testcase.run(); } } @Test(timeout=120000) public void testClear() throws Exception { if (verifyNoPropertyViolation(config)) { TestCase testcase = new org.jfree.data.xy.junit.XIntervalSeriesTests("testClear"); testcase.run(); } } @Test(timeout=120000) public void testIndexOf() throws Exception { if (verifyNoPropertyViolation(config)) { TestCase testcase = new org.jfree.data.xy.junit.XIntervalSeriesTests("testIndexOf"); testcase.run(); } } }