Package org.machanism.machai.gw.maven
Class AbstractGWGoalTest
java.lang.Object
org.machanism.machai.gw.maven.AbstractGWGoalTest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescription(package private) static class(package private) static class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
AbstractGWGoalTest
public AbstractGWGoalTest()
-
-
Method Details
-
getConfiguration_whenSettingsNull_throwsMojoExecutionException
- Throws:
Exception
-
getConfiguration_whenServerIdProvidedButServerMissing_throwsMojoExecutionException
public void getConfiguration_whenServerIdProvidedButServerMissing_throwsMojoExecutionException() throws Exception- Throws:
Exception
-
getConfiguration_whenServerIdProvided_setsNonBlankUsernameAndPassword
public void getConfiguration_whenServerIdProvided_setsNonBlankUsernameAndPassword() throws Exception- Throws:
Exception
-
getConfiguration_whenServerIdProvided_ignoresBlankUsernameAndPassword
public void getConfiguration_whenServerIdProvided_ignoresBlankUsernameAndPassword() throws Exception- Throws:
Exception
-
getConfiguration_whenServerContainsXmlConfiguration_addsChildProperties
public void getConfiguration_whenServerContainsXmlConfiguration_addsChildProperties() throws Exception- Throws:
Exception
-
scanDocuments_whenInstructionsAndProjectPresent_configuresProcessorAndScans
public void scanDocuments_whenInstructionsAndProjectPresent_configuresProcessorAndScans() throws Exception- Throws:
Exception
-
scanDocuments_whenProjectBasedirMissing_usesUserDirAndExistingScanDir
public void scanDocuments_whenProjectBasedirMissing_usesUserDirAndExistingScanDir() throws Exception- Throws:
Exception
-
scanDocuments_whenProcessorFails_wrapsExceptionInMojoExecutionException
public void scanDocuments_whenProcessorFails_wrapsExceptionInMojoExecutionException() throws Exception- Throws:
Exception
-
scanDocuments_whenProjectNotPresent_doesNotRegisterClassTool
- Throws:
Exception
-