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

/openjdk7/jdk/test/java/lang/instrument/
H A DGetInitiatedClassesTest.java69 assertNotNull(classes);
78 assertNotNull(classes2);
H A DGetAllLoadedClassesTest.java71 assertNotNull(classes);
82 assertNotNull(classes2);
H A DATestCaseScaffold.java134 assertNotNull(Object o) { method in class:ATestCaseScaffold
139 assertNotNull(String message, Object o) { method in class:ATestCaseScaffold
/openjdk7/jdk/test/java/util/logging/
H A DTestAppletLoggerContext.java283 assertNotNull(bar.getParent());
293 assertNotNull(foo.getParent());
304 assertNotNull(bar.getParent());
314 assertNotNull(foo.getParent());
342 assertNotNull(logger1);
343 assertNotNull(logger1b);
348 assertNotNull(logger2);
349 assertNotNull(logger2b);
359 assertNotNull(logger1);
360 assertNotNull(logger1
591 public static void assertNotNull(Object obj) { method in class:TestAppletLoggerContext
[all...]
/openjdk7/langtools/test/tools/javac/
H A DT6993301.java86 assertNotNull(el);
94 private void assertNotNull(Object o) { method in class:T6993301
/openjdk7/jdk/src/share/sample/jmx/jmx-scandir/test/com/sun/jmx/examples/scandir/
H A DScanDirConfigTest.java250 assertNotNull(n);
319 assertNotNull(loaded.getScan(dir.getName()));
/openjdk7/langtools/test/tools/javac/T5090006/
H A Dbroken.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/framework/ junit/framework/Assert.class Assert. ...
/openjdk7/jdk/test/java/util/Locale/
H A DLocaleEnhanceTest.java783 assertNotNull("2alpha", builder.setLanguage("zz").build());
784 assertNotNull("8alpha", builder.setLanguage("abcdefgh").build());
1353 private void assertNotNull(String msg, Object o) { method in class:LocaleEnhanceTest
/openjdk7/langtools/test/tools/javac/parser/netbeans/
H A DJavacParserTest.java594 assertNotNull(ct.parse().iterator().next());
703 void assertNotNull(Object o) { method in class:TestCase

Completed in 56 milliseconds