Searched refs:currentClassName (Results 1 – 1 of 1) sorted by relevance
41 private String currentClassName = null; field in RocksJunitRunner.RocksJunitListener79 if(currentClassName == null in testStarted()80 || !currentClassName.equals(description.getClassName())) { in testStarted()81 if(currentClassName != null) { in testStarted()87 currentClassName = description.getClassName(); in testStarted()