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 voidconfigurationPropertyPriority()voidinjectorOnlyAvailableAfterStart()voidmanuallySetExternalConfiguration()voidninjaModeOnConstructor()voidninjaPropertiesServerNameSetAfterConfigure()voidninjaPropertiesServerNameSetButOnlyIfNotInConfigFile()voidninjaPropertiesThrowsExceptionUntilConfigured()voidnoPortsEnabled()voidrandomPortAssigned()voidsslConfiguration()voidsslRandomPortAssigned()voidurlExcludesWellKnownPorts()voidurlIncludesContext()voidurlUsesLocalhostInLieuOfNull()voidvalidateContextPath()
-
-
-
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
-
-