public class TestExportsBuilder extends Object
| Modifier and Type | Field and Description |
|---|---|
org.junit.rules.ExpectedException |
expectedException |
org.junit.contrib.java.lang.system.RestoreSystemProperties |
restoreSystemProperties |
| Constructor and Description |
|---|
TestExportsBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
defaultGenerateExportsFindsStandardLog4j() |
void |
generateExportsFailsWhenFallbackAndNoServletContext() |
void |
generateExportsFailsWhenFallbackServletContextScanningFails() |
void |
generateExportsFallsThroughToServletContextScanning() |
void |
productSuppliedServletVersionIsRespected() |
void |
setUp() |
void |
tearDown() |
void |
testDetermineExports() |
void |
testDetermineExportsIncludeServiceInterfaces() |
void |
testDetermineExportWhileConflictExists() |
void |
testGenerateExportsWithCorrectServletVersion() |
void |
testJarWithImplicitDirectories() |
void |
testLegacyScanMode() |
void |
testMaybeUnwrapJarFileUrl() |
void |
testPackagesNotConsidedInPluginsItself() |
void |
testPackagesUnderPluginFrameworkExportedAsPluginFrameworkVersion() |
void |
testPrecalculatedPackages() |
public final org.junit.rules.ExpectedException expectedException
public final org.junit.contrib.java.lang.system.RestoreSystemProperties restoreSystemProperties
public void setUp()
public void tearDown()
public void testDetermineExports()
public void testDetermineExportsIncludeServiceInterfaces()
public void testDetermineExportWhileConflictExists()
public void testPrecalculatedPackages()
public void testPackagesUnderPluginFrameworkExportedAsPluginFrameworkVersion()
public void defaultGenerateExportsFindsStandardLog4j()
throws Exception
Exceptionpublic void generateExportsFallsThroughToServletContextScanning()
throws Exception
Exceptionpublic void generateExportsFailsWhenFallbackServletContextScanningFails()
throws Exception
Exceptionpublic void generateExportsFailsWhenFallbackAndNoServletContext()
public void testGenerateExportsWithCorrectServletVersion()
throws Exception
Exceptionpublic void testPackagesNotConsidedInPluginsItself()
public void testJarWithImplicitDirectories()
public void testLegacyScanMode()
public void testMaybeUnwrapJarFileUrl()
throws Exception
ExceptionCopyright © 2019 Atlassian. All rights reserved.