MCPcopy Create free account
hub / github.com/apache/tomcat / setUp

Method setUp

test/org/apache/catalina/startup/LoggingBaseTest.java:131–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129 }
130
131 @Before
132 public void setUp() throws Exception {
133 log = LogFactory.getLog(getClass());
134 log.info("Starting test case [" + testName.getMethodName() + "]");
135 }
136
137 @After
138 public void tearDown() throws Exception {

Callers

nothing calls this directly

Calls 3

getLogMethod · 0.95
infoMethod · 0.65
getMethodNameMethod · 0.45

Tested by

no test coverage detected