Class AbstractGWGoalTest

java.lang.Object
org.machanism.machai.gw.maven.AbstractGWGoalTest

public class AbstractGWGoalTest extends Object
  • Constructor Details

    • AbstractGWGoalTest

      public AbstractGWGoalTest()
  • Method Details

    • getConfiguration_whenSettingsNull_throwsMojoExecutionException

      public void getConfiguration_whenSettingsNull_throwsMojoExecutionException() throws Exception
      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

      public void scanDocuments_whenProjectNotPresent_doesNotRegisterClassTool() throws Exception
      Throws:
      Exception