Class LogoutputIT

java.lang.Object
com.soebes.itf.examples.LogoutputIT

@MavenJupiterExtension class LogoutputIT extends Object
This integration tests shows some examples how to analyse the log output during a build.
Author:
Karl Heinz Marbaise
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (package private) void
    basic(com.soebes.itf.jupiter.maven.MavenExecutionResult result, com.soebes.itf.jupiter.maven.MavenLog mavenLog)
     
    (package private) void
    basic_windows(com.soebes.itf.jupiter.maven.MavenExecutionResult result, com.soebes.itf.jupiter.maven.MavenLog mavenLog)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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