Package | Description |
---|---|
es.ulpgc.junit4vpl.autotest | |
es.ulpgc.junit4vpl.examples | |
es.ulpgc.junit4vpl.runner |
Modifier and Type | Method and Description |
---|---|
void |
TestJUnitCore.OkTest.test1() |
void |
TestJUnitCore.FailTest.test1() |
void |
TestJUnitCore.FailTest2.test1() |
void |
TestJUnitCore.GlobalTimeout.test1() |
void |
TestJUnitCore.OkTest.test2() |
void |
TestJUnitCore.FailTest.test2() |
void |
TestJUnitCore.FailTest2.test2() |
void |
TestJUnitCore.GlobalTimeout.test2() |
void |
TestJUnitCore.OkTest.test3() |
void |
TestJUnitCore.GlobalTimeout.test3() |
void |
TestJUnitCore.OkTest.test4() |
void |
TestJUnitCore.GlobalTimeout.test4() |
Modifier and Type | Method and Description |
---|---|
void |
TestFraction.test01OddGetter() |
void |
TestFraction.test025Exception() |
void |
TestFraction.test02Normalization() |
void |
TestFraction.test03FractionMultiplyModify() |
void |
TestFraction.test04FractionMultiply() |
void |
TestFraction.test05FractionSumModify() |
void |
TestFraction.test06FractionSum() |
void |
TestLeapYear.testCommonLeapYears() |
void |
TestLeapYear.testCommonNoLeapYears() |
void |
TestOddEvenWithJUnit4VPL.testIsEven() |
void |
TestOddEvenWithJUnit4VPL.testIsOdd() |
void |
TestLeapYear.testM100LeapYears() |
void |
TestLeapYear.testM100NoLeapYears() |
void |
TestArrayTools.testSorted() |
void |
TestArrayTools.testUnsorted() |
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) |