public class TestResultCollection extends Object
| Constructor and Description |
|---|
TestResultCollection(String testClassName,
String testMethodName) |
| Modifier and Type | Method and Description |
|---|---|
void |
addResult(TestResult result) |
Throwable |
buildException(ClassLoader testClassLoader) |
TestResult |
getResult(int i) |
String |
getTestClassName() |
String |
getTestMethodName() |
boolean |
isOk() |
int |
size() |
public void addResult(TestResult result)
public boolean isOk()
public TestResult getResult(int i)
public int size()
public Throwable buildException(ClassLoader testClassLoader)
className - methodName - testClassLoader - - the classloader that "knows" about all the resources involved in the test. See
WebAppClassLoaderpublic String getTestClassName()
public String getTestMethodName()
Copyright © 2015. All Rights Reserved.