@Test(timeout = 1000000) public void testNoNaNsFailed() throws Exception { if (verifyNoPropertyViolation(config)) { org.apache.commons.math3.stat.ranking.NaturalRankingTest object = new org.apache.commons.math3.stat.ranking.NaturalRankingTest(); object.testNoNaNsFailed(); } }
@Test(timeout = 1000000) public void testNaNsFailed() throws Exception { if (verifyUnhandledException( "org.apache.commons.math3.exception.NotANumberException", config)) { org.apache.commons.math3.stat.ranking.NaturalRankingTest object = new org.apache.commons.math3.stat.ranking.NaturalRankingTest(); object.testNaNsFailed(); } }