public abstract class TestSummaryEvent extends AbstractBuckEvent implements LeafEvent, WorkAdvanceEvent
| Modifier and Type | Class and Description |
|---|---|
static class |
TestSummaryEvent.Finished |
static class |
TestSummaryEvent.Started |
BUILD_FINISHED, BUILD_REPORT, BUILD_STARTED, BUILD_STATUS_EVENT, CACHE_RATE_STATS_UPDATE_EVENT, INDIVIDUAL_TEST_AWAITING_RESULTS, INSTALL_STARTED, PARSE_FINISHED, PARSE_STARTED, PROJECT_GENERATION_FINISHED, PROJECT_GENERATION_STARTED, TEST_RUN_STARTED| Modifier and Type | Method and Description |
|---|---|
static TestSummaryEvent.Finished |
finished(UUID uuid,
TestResultSummary testResultSummary) |
String |
getCategory() |
String |
getTestCaseName() |
String |
getTestName() |
static TestSummaryEvent.Started |
started(UUID uuid,
String testCaseName,
String testName) |
configure, equals, getBuildId, getEventKey, getNanoTime, getThreadId, getThreadUserNanoTime, getTimestampMillis, getValueString, hashCode, isConfigured, isRelatedTo, toLogMessage, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitconfigure, getBuildId, getEventKey, getNanoTime, getThreadId, getThreadUserNanoTime, isConfigured, isRelatedTo, toLogMessagegetEventName, getTimestampMillis, storeLastInstanceAndReplayForNewClientspublic String getCategory()
getCategory in interface LeafEventpublic String getTestCaseName()
public String getTestName()
public static TestSummaryEvent.Started started(UUID uuid, String testCaseName, String testName)
public static TestSummaryEvent.Finished finished(UUID uuid, TestResultSummary testResultSummary)