Searched refs:assertStrict (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/test/tools/javac/FloatingPointChanges/
H A DTest.java41 assertStrict(Test.class.getDeclaredMethod("strict", new Class[0]));
42 assertStrict(Test.Inner2.class.getDeclaredMethod("strict", new Class[0]));
44 assertStrict(Test2.class.getDeclaredMethod("strict", new Class[0]));
45 assertStrict(Test2.class.getDeclaredMethod("strict2", new Class[0]));
46 assertStrict(Test2.Inner.class.getDeclaredMethod("strict", new Class[0]));
47 assertStrict(Test2.Inner2.class.getDeclaredMethod("strict", new Class[0]));
50 private static void assertStrict(Method m) { method in class:Test

Completed in 1619 milliseconds