public class JdkModulesIntegrationTest extends Object
JdkModules
directly
running this test, or via the maven build (which ensures cache populated regardless of
running the integration-test phase).
Tests below may fail when Java version they're run against changes.. View JDK jmods with:
for filename in `ls $JAVA_10_HOME/jmods/*.jmod`; do $JAVA_10_HOME/bin/jmod describe $filename; echo; echo; done |
lessConstructor and Description |
---|
JdkModulesIntegrationTest() |
Modifier and Type | Method and Description |
---|---|
static void |
cacheIsPresent() |
void |
mapperIsAvailableViaSpi() |
void |
qualifiedOpensForModule() |
void |
qualifiedOpensForUnqalifiedModule() |
void |
qualifiedRequiredForQualifiedModule() |
void |
qualifiedRequiredForUnqualifiedModule() |
void |
unqualifiedOpenForModule() |
void |
unqualifiedRequiredForModule() |
@BeforeAll public static void cacheIsPresent() throws IOException, InterruptedException
IOException
InterruptedException
@Test public void mapperIsAvailableViaSpi()
@Test public void unqualifiedRequiredForModule() throws Exception
Exception
@Test public void qualifiedRequiredForQualifiedModule() throws Exception
Exception
@Test public void qualifiedRequiredForUnqualifiedModule() throws Exception
Exception
@Test public void unqualifiedOpenForModule() throws Exception
Exception
@Test public void qualifiedOpensForModule() throws Exception
Exception
Copyright © 2018 earcam. All rights reserved.