public interface CmisTestProgressMonitor
Modifier and Type | Method and Description |
---|---|
void |
endGroup(CmisTestGroup group)
Called after a group run ended.
|
void |
endTest(CmisTest test)
Called after a test run ended.
|
void |
message(String msg)
Called when a group or test wants to print out a message.
|
void |
startGroup(CmisTestGroup group)
Called before a new group run starts.
|
void |
startTest(CmisTest test)
Called before a new test run starts.
|
void startGroup(CmisTestGroup group)
void endGroup(CmisTestGroup group)
void startTest(CmisTest test)
void endTest(CmisTest test)
void message(String msg)
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.