Searched refs:currentMethodName (Results 1 – 1 of 1) sorted by relevance
42 private String currentMethodName = null; field in RocksJunitRunner.RocksJunitListener89 currentMethodName = description.getMethodName(); in testStarted()137 writer.format("\t%s OK%n",currentMethodName); in testFinished()139 writer.format(" [%s] %s%n", currentStatus.name(), currentMethodName); in testFinished()