@LogTestInformation(maxLength=100, marker="foo", printer=TestPrinterFactoryAdapter.class) @EnabledIfSystemProperty(named="execute-fake-test-for-testing-logging-extension", matches="true") static class LoggingExtensionTest.FakeTest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
LoggingExtensionTest.FakeTest.CustomException |
Constructor and Description |
---|
FakeTest() |
Modifier and Type | Method and Description |
---|---|
(package private) void |
caught() |
(package private) void |
failure() |
(package private) void |
success() |
@Test void success()
@Test void failure() throws LoggingExtensionTest.FakeTest.CustomException
@Test void caught() throws LoggingExtensionTest.FakeTest.CustomException
Copyright © 2021. All rights reserved.