Package io.quarkus.test
Class LogCollectingTestResource
java.lang.Object
io.quarkus.test.LogCollectingTestResource
- All Implemented Interfaces:
QuarkusTestResourceLifecycleManager
public class LogCollectingTestResource
extends Object
implements QuarkusTestResourceLifecycleManager
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.quarkus.test.common.QuarkusTestResourceLifecycleManager
QuarkusTestResourceLifecycleManager.Context, QuarkusTestResourceLifecycleManager.TestInjector -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.quarkus.test.common.QuarkusTestResourceLifecycleManager
inject, inject, order, setContext
-
Field Details
-
LOGGER
- See Also:
-
LEVEL
- See Also:
-
EXCLUDE
- See Also:
-
INCLUDE
- See Also:
-
-
Constructor Details
-
LogCollectingTestResource
public LogCollectingTestResource()
-
-
Method Details
-
format
-
current
-
getRecords
-
clear
public void clear() -
init
- Specified by:
initin interfaceQuarkusTestResourceLifecycleManager
-
start
- Specified by:
startin interfaceQuarkusTestResourceLifecycleManager
-
stop
public void stop()- Specified by:
stopin interfaceQuarkusTestResourceLifecycleManager
-