Searched refs:currentStatus (Results 1 – 1 of 1) sorted by relevance
43 private Status currentStatus = null; field in RocksJunitRunner.RocksJunitListener90 currentStatus = OK; in testStarted()120 currentStatus = FAILURE; in testFailure()123 currentStatus = ERROR; in testFailure()130 currentStatus = IGNORED; in testIgnored()136 if(currentStatus == OK) { in testFinished()139 writer.format(" [%s] %s%n", currentStatus.name(), currentMethodName); in testFinished()