Class LoggingNTest.app_debug_profile
java.lang.Object
info.ejava.assignments.logging.rentals.LoggingNTest.TestBase
info.ejava.assignments.logging.rentals.LoggingNTest.app_debug_profile
- Enclosing class:
LoggingNTest
@Nested
@SpringBootTest(properties="spring.main.banner-mode=off")
@ActiveProfiles("app-debug")
class LoggingNTest.app_debug_profile
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
helper_debug_logs_included
(org.springframework.boot.test.system.CapturedOutput output) (package private) void
(package private) void
repo_all_trace_logs_missing
(org.springframework.boot.test.system.CapturedOutput output) (package private) void
svc_info_logs_included
(org.springframework.boot.test.system.CapturedOutput output) (package private) void
xy_info_logs_included
(org.springframework.boot.test.system.CapturedOutput output) Methods inherited from class info.ejava.assignments.logging.rentals.LoggingNTest.TestBase
cleanup, run
-
Constructor Details
-
app_debug_profile
app_debug_profile()
-
-
Method Details
-
logs_no_trace
- Throws:
Exception
-
xy_info_logs_included
@Test void xy_info_logs_included(org.springframework.boot.test.system.CapturedOutput output) throws Exception - Throws:
Exception
-
helper_debug_logs_included
@Test void helper_debug_logs_included(org.springframework.boot.test.system.CapturedOutput output) throws Exception - Throws:
Exception
-
svc_info_logs_included
@Test void svc_info_logs_included(org.springframework.boot.test.system.CapturedOutput output) throws Exception - Throws:
Exception
-
repo_all_trace_logs_missing
@Test void repo_all_trace_logs_missing(org.springframework.boot.test.system.CapturedOutput output) throws Exception - Throws:
Exception
-