Class MavenLogAssertTest

java.lang.Object
com.soebes.itf.extension.assertj.MavenLogAssertTest

class MavenLogAssertTest extends Object
Author:
Karl Heinz Marbaise
  • Constructor Details

    • MavenLogAssertTest

      MavenLogAssertTest()
  • Method Details

    • beforeEach

      @BeforeEach void beforeEach() throws URISyntaxException
      Throws:
      URISyntaxException
    • warn_should_give_only_warning_lines_without_prefix_back

      @Test void warn_should_give_only_warning_lines_without_prefix_back()
    • info_should_give_only_info_lines_without_prefix_back

      @Test void info_should_give_only_info_lines_without_prefix_back()
    • debug_should_give_only_debug_lines_without_prefix_back

      @Test void debug_should_give_only_debug_lines_without_prefix_back()
    • plain_should_give_back_all_lines_including_prefix

      @Test void plain_should_give_back_all_lines_including_prefix()
    • plain_should_give_back_all_lines_including_prefix_second

      @Test void plain_should_give_back_all_lines_including_prefix_second()
    • error_should_give_only_error_lines_without_prefix_back

      @Test void error_should_give_only_error_lines_without_prefix_back()
    • equals_should_throw_unsupported_operation_exception

      @Test void equals_should_throw_unsupported_operation_exception()
    • hashcode_should_return_minus_one

      @Test void hashcode_should_return_minus_one()