public interface TestRunHistorian
TestRunHistorian can be used by TestResultParsers to answer questions about previous test runs. This to detect data that has already
has been imported, or to see where to start importing.| Modifier and Type | Method and Description |
|---|---|
boolean |
isKnownKey(java.lang.String key)
Query if a previous run has been done with this key.
|
long |
timeOfLatestTestRun()
Returns the time of the latest test run in milliseconds since 1970.
|
long timeOfLatestTestRun()
boolean isKnownKey(java.lang.String key)
key - The key to querytrue if there exists an importStarted event with the property 'runKey' set to the value of keyjava.lang.NullPointerException - if key is nulljava.lang.IllegalArgumentException - if key is empty