@Test(timeout = 120000) public void testConstantAcceleration() throws Exception { if (verifyNoPropertyViolation(config)) { org.apache.commons.math3.filter.KalmanFilterTest object = new org.apache.commons.math3.filter.KalmanFilterTest(); object.testConstantAcceleration(); } }
@Test(timeout = 120000) public void testTransitionControlMatrixMismatch() throws Exception { if (verifyUnhandledException( "org.apache.commons.math3.linear.MatrixDimensionMismatchException", config)) { org.apache.commons.math3.filter.KalmanFilterTest object = new org.apache.commons.math3.filter.KalmanFilterTest(); object.testTransitionControlMatrixMismatch(); } }