Package com.soebes.itf.examples
Class LogoutputIT
java.lang.Object
com.soebes.itf.examples.LogoutputIT
This integration tests shows some examples how to analyse the log output during a build.
- Author:
 - Karl Heinz Marbaise
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescription(package private) voidbasic(com.soebes.itf.jupiter.maven.MavenExecutionResult result, com.soebes.itf.jupiter.maven.MavenLog mavenLog) (package private) voidbasic_windows(com.soebes.itf.jupiter.maven.MavenExecutionResult result, com.soebes.itf.jupiter.maven.MavenLog mavenLog)  
- 
Constructor Details
- 
LogoutputIT
LogoutputIT() 
 - 
 - 
Method Details
- 
basic
@MavenTest @EnabledOnOs({MAC,LINUX}) void basic(com.soebes.itf.jupiter.maven.MavenExecutionResult result, com.soebes.itf.jupiter.maven.MavenLog mavenLog) throws IOException - Throws:
 IOException
 - 
basic_windows
@MavenTest @EnabledOnOs(WINDOWS) void basic_windows(com.soebes.itf.jupiter.maven.MavenExecutionResult result, com.soebes.itf.jupiter.maven.MavenLog mavenLog) throws IOException - Throws:
 IOException
 
 -