Search in sources :

Example 1 with FunRbTreeTest

use of suite.fp.FunRbTreeTest in project suite by stupidsing.

the class FailedTests method testTypeCheck.

// takes 11 seconds to type check
@Test
public void testTypeCheck() throws IOException {
    long start = System.currentTimeMillis();
    new FunRbTreeTest().test();
    long end = System.currentTimeMillis();
    assertTrue(end - start < 1000l);
}
Also used : FunRbTreeTest(suite.fp.FunRbTreeTest) FunRbTreeTest(suite.fp.FunRbTreeTest) Test(org.junit.Test)

Aggregations

Test (org.junit.Test)1 FunRbTreeTest (suite.fp.FunRbTreeTest)1