@LogTestInformation(maxLength=100, marker="foo", printer=TestPrinterFactoryAdapter.class) public static class LoggingRuleTest.TestClassAnnotatedWithLogTestInformation.FakeTest extends Object
Modifier and Type | Field and Description |
---|---|
org.junit.rules.ExpectedException |
thrown |
Constructor and Description |
---|
FakeTest() |
Modifier and Type | Method and Description |
---|---|
void |
caught() |
void |
caughtByAnnotation() |
void |
failure() |
void |
success() |
public void success()
public void failure() throws LoggingRuleTest.CustomException
LoggingRuleTest.CustomException
public void caught() throws LoggingRuleTest.CustomException
LoggingRuleTest.CustomException
public void caughtByAnnotation() throws LoggingRuleTest.CustomException
LoggingRuleTest.CustomException
Copyright © 2021. All rights reserved.