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

123456789

/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.api.test/src/org/graalvm/compiler/api/test/
H A DGraalAPITest.java25 import static org.junit.Assert.assertNotNull;
33 assertNotNull(Graal.getRuntime());
38 assertNotNull(Graal.getRuntime().getName());
/openjdk10/jaxp/test/javax/xml/jaxp/functional/org/xml/sax/ptests/
H A DXMLReaderFactoryTest.java27 import static org.testng.Assert.assertNotNull;
51 assertNotNull(XMLReaderFactory.createXMLReader());
64 assertNotNull(XMLReaderFactory.
/openjdk10/hotspot/test/runtime/modules/
H A DAccessCheckOpen.java50 assertNotNull(jlObject_jlM, "jlModule object of java.lang.Object should not be null");
58 assertNotNull(m1, "Module should not be null");
64 assertNotNull(m2, "Module should not be null");
H A DAccessCheckWorks.java50 assertNotNull(jlObject_jlM, "jlModule object of java.lang.Object should not be null");
58 assertNotNull(m1x, "Module should not be null");
64 assertNotNull(m2x, "Module should not be null");
H A DAccessCheckSuper.java51 assertNotNull(m2x, "Module should not be null");
56 assertNotNull(m3x, "Module should not be null");
H A DJVMAddModuleExportsToAll.java50 assertNotNull(jlObject_jlM, "jlModule object of java.lang.Object should not be null");
58 assertNotNull(m1x, "Module should not be null");
64 assertNotNull(m2x, "Module should not be null");
106 assertNotNull(m3x, "Module m3x should not be null");
H A DExportTwice.java51 assertNotNull(jlObject_jlM, "jlModule object of java.lang.Object should not be null");
59 assertNotNull(m1x, "Module should not be null");
65 assertNotNull(m2x, "Module should not be null");
71 assertNotNull(m3x, "Module should not be null");
H A DAccessCheckUnnamed.java49 assertNotNull(jlObject_jlM, "jlModule object of java.lang.Object should not be null");
57 assertNotNull(m2x, "Module should not be null");
H A DJVMAddModuleExportToAllUnnamed.java49 assertNotNull(jlObject_jlM, "jlModule object of java.lang.Object should not be null");
57 assertNotNull(m1x, "Module should not be null");
H A DJVMAddReadsModule.java45 assertNotNull(from_module, "Module should not be null");
49 assertNotNull(to_module, "Module should not be null");
/openjdk10/jdk/test/java/lang/instrument/
H A DGetInitiatedClassesTest.java69 assertNotNull(classes);
78 assertNotNull(classes2);
H A DGetAllLoadedClassesTest.java71 assertNotNull(classes);
82 assertNotNull(classes2);
/openjdk10/jdk/test/java/time/test/java/time/chrono/
H A DTestServiceLoader.java61 import static org.testng.Assert.assertNotNull;
84 assertNotNull(chronos.get("Coptic"), "CopticChronology not found");
/openjdk10/jdk/test/lib/testlibrary/bootlib/java.base/java/util/stream/
H A DThrowableHelper.java25 import static org.testng.Assert.assertNotNull;
38 assertNotNull(caught);
/openjdk10/nashorn/test/script/nosecurity/
H A Dparser.js47 Assert.assertNotNull(tree);
59 Assert.assertNotNull(tree);
71 Assert.assertNotNull(tree);
87 Assert.assertNotNull(tree);
/openjdk10/hotspot/test/compiler/jvmci/compilerToVM/
H A DReadConfigurationTest.java68 Asserts.assertNotNull(m);
69 Asserts.assertNotNull(m.declaringClass);
72 Asserts.assertNotNull(m.name);
73 Asserts.assertNotNull(m.descriptor);
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/xpath/
H A DBug4991857.java56 Assert.assertNotNull(xpath);
68 Assert.assertNotNull(xpath);
83 Assert.assertNotNull(xpathFactory);
86 Assert.assertNotNull(xpath);
H A DBug4992805.java67 Assert.assertNotNull(xpathFactory);
69 Assert.assertNotNull(xpath);
H A DBug4991939.java51 Assert.assertNotNull(xpathFactory);
54 Assert.assertNotNull(xpath);
/openjdk10/langtools/test/tools/javac/modules/
H A DModuleInfoTreeAccess.java56 private void assertNotNull(String prefix, Object actual) { method in class:ModuleInfoTreeAccess
78 assertNotNull("path", path);
81 assertNotNull("mdle1", mdle1);
84 assertNotNull("docCommentTree", docCommentTree);
103 assertNotNull("path", path);
106 assertNotNull("mdle1", mdle1);
109 assertNotNull("docCommentTree", docCommentTree);
H A DQueryBeforeEnter.java74 assertNotNull(jlString);
139 assertNotNull(task.getElements().getTypeElement("java.lang.String"));
140 assertNotNull(task.getElements().getTypeElement("javax.tools.ToolProvider"));
143 assertNotNull(task.getElements().getTypeElement("cp.CP"));
144 assertNotNull(task.getElements().getTypeElement("test.Test1"));
145 assertNotNull(task.getElements().getTypeElement("test.Test2"));
146 assertNotNull(task.getElements().getModuleElement("java.base"));
147 assertNotNull(task.getElements().getModuleElement("java.compiler"));
215 assertNotNull(task.getElements().getTypeElement("java.lang.String"));
217 assertNotNull(tas
430 private static void assertNotNull(Object actual) { method in class:QueryBeforeEnter
[all...]
/openjdk10/jaxp/test/javax/xml/jaxp/functional/javax/xml/parsers/ptests/
H A DDocumentBuilderImpl01.java29 import static org.testng.Assert.assertNotNull;
99 assertNotNull(docBuilder.parse(fis));
112 assertNotNull(docBuilder.parse(new File(XML_DIR,
126 assertNotNull(docBuilder.parse(fis, new File(XML_DIR).toURI()
138 assertNotNull(resolveEntity("publicId", "http://www.myhost.com/today"));
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DHotSpotGraalMBeanTest.java26 import static org.junit.Assert.assertNotNull;
80 assertNotNull("Bean created", bean);
86 assertNotNull("Now the bean thinks it is registered", name = bean.ensureRegistered(true));
88 assertNotNull("And the bean is found", server.getObjectInstance(name));
102 assertNotNull("Server is started", ManagementFactory.getPlatformMBeanServer());
105 assertNotNull("Bean is registered", name = realBean.ensureRegistered(false));
109 assertNotNull("Bean is registered", bean);
111 assertNotNull("Info is found", info);
114 assertNotNull("PrintCompilation found", printCompilation);
144 assertNotNull("Serve
[all...]
/openjdk10/jdk/test/java/util/logging/
H A DTestAppletLoggerContext.java266 assertNotNull(bar.getParent());
276 assertNotNull(foo.getParent());
287 assertNotNull(bar.getParent());
297 assertNotNull(foo.getParent());
325 assertNotNull(logger1);
326 assertNotNull(logger1b);
331 assertNotNull(logger2);
332 assertNotNull(logger2b);
342 assertNotNull(logger1);
343 assertNotNull(logger1
561 public static void assertNotNull(Object obj) { method in class:TestAppletLoggerContext
[all...]
/openjdk10/jdk/test/java/lang/invoke/t8150782/
H A DTestLookup.java43 assertNotNull(lookup.lookupClass().getClassLoader());
67 assertNotNull(lookup2.lookupClass().getClassLoader());

Completed in 504 milliseconds

123456789