Class NexusConfigWriterMojoTest
- java.lang.Object
-
- org.infrastructurebuilder.nexus.maven.NexusConfigWriterMojoTest
-
public class NexusConfigWriterMojoTest extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description (package private) booleanappendExecutionIdentifierToOutput(package private) java.nio.file.PathbaseDir(package private) booleandumpContext(package private) java.lang.Stringengine(package private) java.lang.StringexecutionIdentifier(package private) java.util.List<java.io.File>files(package private) java.util.List<java.io.File>filesAppendeds(package private) java.util.Map<java.lang.String,java.io.File>fileToPropertiesArray(package private) java.util.Map<java.lang.String,java.io.File>fileToPropertiesArrayAppended(package private) booleanincludeDotFiles(package private) booleanincludeEnvironment(package private) booleanincludeHidden(package private) booleanincludeSystemProperties(package private) java.nio.file.Pathpath(package private) org.apache.maven.project.MavenProjectproject(package private) java.util.Map<java.lang.String,java.lang.String>properties(package private) java.util.Map<java.lang.String,java.lang.String>propertiesAppended(package private) java.io.FileresourcesOutputDirectory(package private) org.infrastructurebuilder.nexus.maven.NexusConfigWriterMojosm(package private) java.util.Set<java.lang.String>sourceExtensions(package private) java.io.FilesourcesOutputDirectory(package private) java.io.FiletemplateSources(package private) java.io.FiletemplateTestSources(package private) java.io.FiletestResourcesOutputDirectory(package private) java.io.FiletestSourcesOutputDirectory
-
Constructor Summary
Constructors Constructor Description NexusConfigWriterMojoTest()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()static voidsetupClass()(package private) org.infrastructurebuilder.nexus.maven.NexusConfigWriterMojoSU(org.infrastructurebuilder.nexus.maven.NexusConfigWriterMojo sm, java.lang.String execId)static voidtearDownClass()voidtestLocalExecute()voidtestLocalExecuteTest2Tests()voidtestLocalExecuteWThrowingExecution()voidtestWrongEngine()
-
-
-
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
-
-
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.MojoExecutionExceptionjava.io.IOException
-
testLocalExecuteTest2Tests
@Disabled @Test public void testLocalExecuteTest2Tests() throws org.apache.maven.plugin.MojoExecutionException, java.io.IOException- Throws:
org.apache.maven.plugin.MojoExecutionExceptionjava.io.IOException
-
testLocalExecuteWThrowingExecution
@Disabled @Test public void testLocalExecuteWThrowingExecution() throws org.apache.maven.plugin.MojoExecutionException, java.io.IOException- Throws:
org.apache.maven.plugin.MojoExecutionExceptionjava.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)
-
-