Class LoggingNTest.repo_only

java.lang.Object
info.ejava.assignments.logging.rentals.LoggingNTest.TestBase
info.ejava.assignments.logging.rentals.LoggingNTest.repo_only
Enclosing class:
LoggingNTest

@Nested @SpringBootTest(properties="spring.main.banner-mode=off") @ActiveProfiles("repo-only") class LoggingNTest.repo_only extends LoggingNTest.TestBase
  • Constructor Details

    • repo_only

      repo_only()
  • Method Details

    • contains_trace

      @Test void contains_trace() throws Exception
      Throws:
      Exception
    • repo_trace_logs_included

      @Test void repo_trace_logs_included(org.springframework.boot.test.system.CapturedOutput output) throws Exception
      Throws:
      Exception
    • repo_has_only_trace

      @Test void repo_has_only_trace(org.springframework.boot.test.system.CapturedOutput output) throws Exception
      Throws:
      Exception
    • xy_no_logs

      @Test void xy_no_logs(org.springframework.boot.test.system.CapturedOutput output) throws Exception
      Throws:
      Exception
    • helper_no_logs

      @Test void helper_no_logs(org.springframework.boot.test.system.CapturedOutput output) throws Exception
      Throws:
      Exception
    • svc_no_logs

      @Test void svc_no_logs(org.springframework.boot.test.system.CapturedOutput output) throws Exception
      Throws:
      Exception