Package ninja.standalone
Class AbstractStandaloneTest
- java.lang.Object
-
- ninja.standalone.AbstractStandaloneTest
-
public class AbstractStandaloneTest extends Object
-
-
Constructor Summary
Constructors Constructor Description AbstractStandaloneTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configurationPropertyPriority()
void
injectorOnlyAvailableAfterStart()
void
manuallySetExternalConfiguration()
void
ninjaModeOnConstructor()
void
ninjaPropertiesServerNameSetAfterConfigure()
void
ninjaPropertiesServerNameSetButOnlyIfNotInConfigFile()
void
ninjaPropertiesThrowsExceptionUntilConfigured()
void
noPortsEnabled()
void
randomPortAssigned()
void
sslConfiguration()
void
sslRandomPortAssigned()
void
urlExcludesWellKnownPorts()
void
urlIncludesContext()
void
urlUsesLocalhostInLieuOfNull()
void
validateContextPath()
-
-
-
Method Detail
-
ninjaModeOnConstructor
public void ninjaModeOnConstructor()
-
manuallySetExternalConfiguration
public void manuallySetExternalConfiguration() throws Exception
- Throws:
Exception
-
configurationPropertyPriority
public void configurationPropertyPriority() throws Exception
- Throws:
Exception
-
ninjaPropertiesThrowsExceptionUntilConfigured
public void ninjaPropertiesThrowsExceptionUntilConfigured() throws Exception
- Throws:
Exception
-
urlUsesLocalhostInLieuOfNull
public void urlUsesLocalhostInLieuOfNull() throws Exception
- Throws:
Exception
-
urlExcludesWellKnownPorts
public void urlExcludesWellKnownPorts() throws Exception
- Throws:
Exception
-
ninjaPropertiesServerNameSetAfterConfigure
public void ninjaPropertiesServerNameSetAfterConfigure() throws Exception
- Throws:
Exception
-
ninjaPropertiesServerNameSetButOnlyIfNotInConfigFile
public void ninjaPropertiesServerNameSetButOnlyIfNotInConfigFile() throws Exception
- Throws:
Exception
-
injectorOnlyAvailableAfterStart
public void injectorOnlyAvailableAfterStart() throws Exception
- Throws:
Exception
-
-