Package | Description |
---|---|
es.ulpgc.junit4vpl.runner |
Modifier and Type | Class and Description |
---|---|
class |
VPLResult
Result made for the VPL.
|
Modifier and Type | Method and Description |
---|---|
Result |
TestInterface.getResult() |
static Result |
JUnitCore.runClasses(java.lang.Class<?>... classes)
Run the tests contained in classes.
|
static Result |
JUnitCore.runClasses(Result result,
java.lang.Class<?>... classes)
Run the tests contained in classes.
|
Modifier and Type | Method and Description |
---|---|
static void |
TestMethod.run(Result result,
java.lang.reflect.Method method,
java.lang.Object testObject,
TestClass testCommon,
Test test,
TestTimer timer) |
static Result |
JUnitCore.runClasses(Result result,
java.lang.Class<?>... classes)
Run the tests contained in classes.
|
void |
TestInterface.setResult(Result result) |