Class NexusConfigWriterMojoTest


  • public class NexusConfigWriterMojoTest
    extends java.lang.Object
    • Field Detail

      • path

        java.nio.file.Path path
      • baseDir

        java.nio.file.Path baseDir
      • executionIdentifier

        java.lang.String executionIdentifier
      • appendExecutionIdentifierToOutput

        boolean appendExecutionIdentifierToOutput
      • engine

        java.lang.String engine
      • properties

        java.util.Map<java.lang.String,​java.lang.String> properties
      • propertiesAppended

        java.util.Map<java.lang.String,​java.lang.String> propertiesAppended
      • fileToPropertiesArray

        java.util.Map<java.lang.String,​java.io.File> fileToPropertiesArray
      • fileToPropertiesArrayAppended

        java.util.Map<java.lang.String,​java.io.File> fileToPropertiesArrayAppended
      • files

        java.util.List<java.io.File> files
      • filesAppendeds

        java.util.List<java.io.File> filesAppendeds
      • templateSources

        java.io.File templateSources
      • templateTestSources

        java.io.File templateTestSources
      • sourcesOutputDirectory

        java.io.File sourcesOutputDirectory
      • testSourcesOutputDirectory

        java.io.File testSourcesOutputDirectory
      • resourcesOutputDirectory

        java.io.File resourcesOutputDirectory
      • testResourcesOutputDirectory

        java.io.File testResourcesOutputDirectory
      • sourceExtensions

        java.util.Set<java.lang.String> sourceExtensions
      • includeDotFiles

        boolean includeDotFiles
      • includeHidden

        boolean includeHidden
      • includeEnvironment

        boolean includeEnvironment
      • includeSystemProperties

        boolean includeSystemProperties
      • dumpContext

        boolean dumpContext
      • project

        org.apache.maven.project.MavenProject project
      • sm

        org.infrastructurebuilder.nexus.maven.NexusConfigWriterMojo sm
    • Constructor Detail

      • NexusConfigWriterMojoTest

        public NexusConfigWriterMojoTest()
    • Method Detail

      • setupClass

        @BeforeAll
        public static void setupClass()
      • tearDownClass

        @AfterAll
        public static void tearDownClass()
      • setUp

        @BeforeEach
        public void setUp()
                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • testLocalExecute

        @Disabled
        @Test
        public void testLocalExecute()
                              throws org.apache.maven.plugin.MojoExecutionException,
                                     java.io.IOException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        java.io.IOException
      • testLocalExecuteTest2Tests

        @Disabled
        @Test
        public void testLocalExecuteTest2Tests()
                                        throws org.apache.maven.plugin.MojoExecutionException,
                                               java.io.IOException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        java.io.IOException
      • testLocalExecuteWThrowingExecution

        @Disabled
        @Test
        public void testLocalExecuteWThrowingExecution()
                                                throws org.apache.maven.plugin.MojoExecutionException,
                                                       java.io.IOException
        Throws:
        org.apache.maven.plugin.MojoExecutionException
        java.io.IOException
      • testWrongEngine

        @Disabled
        @Test
        public void testWrongEngine()
                             throws java.io.IOException
        Throws:
        java.io.IOException
      • SU

        org.infrastructurebuilder.nexus.maven.NexusConfigWriterMojo SU​(org.infrastructurebuilder.nexus.maven.NexusConfigWriterMojo sm,
                                                                       java.lang.String execId)