public final class StartOfTestLogger extends Object
logTestStart(ConfluenceRpc, Class, String)
should be called during the
setUp method of a test, as soon as the ConfluenceRpc is available and logged in as admin.Modifier and Type | Method and Description |
---|---|
static StartOfTestLogger |
instance() |
void |
logTestStart(ConfluenceRpc rpc,
Class<?> testClass,
String testName)
Logs a message about the start of testing to sytem-out.
|
public static StartOfTestLogger instance()
public void logTestStart(ConfluenceRpc rpc, Class<?> testClass, String testName)
rpc
- must be logged in as admin.Copyright © 2003–2018 Atlassian. All rights reserved.