public class IncrementalBuildRule
extends io.takari.maven.testing.TestMavenRuntime
Constructor and Description |
---|
IncrementalBuildRule() |
Modifier and Type | Method and Description |
---|---|
void |
assertBuildOutputs(File basedir,
String... paths)
Asserts specified paths were output during the build
|
void |
assertCarriedOverOutputs(File basedir,
String... paths) |
void |
assertDeletedOutputs(File basedir,
String... paths)
Asserts specified paths were deleted during the build
|
void |
assertMessages(File basedir,
String path,
String... messages)
Asserts messages were associated with the specified path during the build.
|
void |
executeMojo(org.apache.maven.execution.MavenSession session,
org.apache.maven.project.MavenProject project,
org.apache.maven.plugin.MojoExecution execution) |
IncrementalBuildLog |
getBuildContextLog() |
public void executeMojo(org.apache.maven.execution.MavenSession session, org.apache.maven.project.MavenProject project, org.apache.maven.plugin.MojoExecution execution) throws Exception
executeMojo
in class io.takari.maven.testing.TestMavenRuntime
Exception
public IncrementalBuildLog getBuildContextLog() throws Exception
Exception
public void assertBuildOutputs(File basedir, String... paths) throws Exception
Exception
public void assertDeletedOutputs(File basedir, String... paths) throws Exception
Exception
public void assertCarriedOverOutputs(File basedir, String... paths) throws Exception
Exception
Copyright © 2021. All rights reserved.