public class ResultsByClass extends Object
Modifier and Type | Field and Description |
---|---|
static Comparator<ITestResult> |
METHOD_NAME_COMPARATOR |
Constructor and Description |
---|
ResultsByClass() |
Modifier and Type | Method and Description |
---|---|
void |
addResult(Class<?> c,
ITestResult tr) |
Set<Class<?>> |
getClasses() |
List<ITestResult> |
getResults(Class<?> c) |
public static final Comparator<ITestResult> METHOD_NAME_COMPARATOR
public void addResult(Class<?> c, ITestResult tr)
public List<ITestResult> getResults(Class<?> c)
Copyright © 2018. All rights reserved.