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
-
Field Summary
Fields inherited from class info.ejava.assignments.logging.rentals.LoggingNTest.TestBase
output
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
(package private) void
helper_no_logs
(org.springframework.boot.test.system.CapturedOutput output) (package private) void
repo_has_only_trace
(org.springframework.boot.test.system.CapturedOutput output) (package private) void
repo_trace_logs_included
(org.springframework.boot.test.system.CapturedOutput output) (package private) void
svc_no_logs
(org.springframework.boot.test.system.CapturedOutput output) (package private) void
xy_no_logs
(org.springframework.boot.test.system.CapturedOutput output) Methods inherited from class info.ejava.assignments.logging.rentals.LoggingNTest.TestBase
cleanup, run
-
Constructor Details
-
repo_only
repo_only()
-
-
Method Details
-
contains_trace
- 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
- Throws:
Exception
-
helper_no_logs
@Test void helper_no_logs(org.springframework.boot.test.system.CapturedOutput output) throws Exception - Throws:
Exception
-
svc_no_logs
- Throws:
Exception
-