- tearDown() - Method in class es.ulpgc.junit4vpl.autotest.TestFailure
-
- tearDown() - Method in class es.ulpgc.junit4vpl.autotest.TestPenaltyHelper
-
- tearDown() - Method in class es.ulpgc.junit4vpl.autotest.TestVPLResult
-
- test() - Method in class es.ulpgc.junit4vpl.autotest.TestTestMethod.AssertFail
-
- test() - Method in class es.ulpgc.junit4vpl.autotest.TestTestMethod.AssertPass
-
- Test - Annotation Type in es.ulpgc.junit4vpl
-
This annotation mimic the JUnit one and adds other attributes.
- test01OddGetter() - Method in class es.ulpgc.junit4vpl.examples.TestFraction
-
- test025Exception() - Method in class es.ulpgc.junit4vpl.examples.TestFraction
-
- test02Normalization() - Method in class es.ulpgc.junit4vpl.examples.TestFraction
-
- test03FractionMultiplyModify() - Method in class es.ulpgc.junit4vpl.examples.TestFraction
-
- test04FractionMultiply() - Method in class es.ulpgc.junit4vpl.examples.TestFraction
-
- test05FractionSumModify() - Method in class es.ulpgc.junit4vpl.examples.TestFraction
-
- test06FractionSum() - Method in class es.ulpgc.junit4vpl.examples.TestFraction
-
- test1() - Method in class es.ulpgc.junit4vpl.autotest.TestJUnitCore.FailTest
-
- test1() - Method in class es.ulpgc.junit4vpl.autotest.TestJUnitCore.FailTest2
-
- test1() - Method in class es.ulpgc.junit4vpl.autotest.TestJUnitCore.GlobalTimeout
-
- test1() - Method in class es.ulpgc.junit4vpl.autotest.TestJUnitCore.OkTest
-
- test2() - Method in class es.ulpgc.junit4vpl.autotest.TestJUnitCore.FailTest
-
- test2() - Method in class es.ulpgc.junit4vpl.autotest.TestJUnitCore.FailTest2
-
- test2() - Method in class es.ulpgc.junit4vpl.autotest.TestJUnitCore.GlobalTimeout
-
- test2() - Method in class es.ulpgc.junit4vpl.autotest.TestJUnitCore.OkTest
-
- test3() - Method in class es.ulpgc.junit4vpl.autotest.TestJUnitCore.GlobalTimeout
-
- test3() - Method in class es.ulpgc.junit4vpl.autotest.TestJUnitCore.OkTest
-
- test4() - Method in class es.ulpgc.junit4vpl.autotest.TestJUnitCore.GlobalTimeout
-
- test4() - Method in class es.ulpgc.junit4vpl.autotest.TestJUnitCore.OkTest
-
- TestAll - Class in es.ulpgc.junit4vpl.autotest
-
Launch all JUnit tests
- TestAll() - Constructor for class es.ulpgc.junit4vpl.autotest.TestAll
-
- TestArrayTools - Class in es.ulpgc.junit4vpl.examples
-
- TestArrayTools() - Constructor for class es.ulpgc.junit4vpl.examples.TestArrayTools
-
- TestAssert - Class in es.ulpgc.junit4vpl.autotest
-
- TestAssert() - Constructor for class es.ulpgc.junit4vpl.autotest.TestAssert
-
- testAssertEquals() - Method in class es.ulpgc.junit4vpl.autotest.TestAssert
-
- testAssertEqualsArrayBoolean() - Method in class es.ulpgc.junit4vpl.autotest.TestAssert
-
- testAssertEqualsArrayByte() - Method in class es.ulpgc.junit4vpl.autotest.TestAssert
-
- testAssertEqualsArrayChar() - Method in class es.ulpgc.junit4vpl.autotest.TestAssert
-
- testAssertEqualsArrayDouble() - Method in class es.ulpgc.junit4vpl.autotest.TestAssert
-
- testAssertEqualsArrayFloat() - Method in class es.ulpgc.junit4vpl.autotest.TestAssert
-
- testAssertEqualsArrayInt() - Method in class es.ulpgc.junit4vpl.autotest.TestAssert
-
- testAssertEqualsArrayLong() - Method in class es.ulpgc.junit4vpl.autotest.TestAssert
-
- testAssertEqualsArrayObject() - Method in class es.ulpgc.junit4vpl.autotest.TestAssert
-
- testAssertEqualsArrayShort() - Method in class es.ulpgc.junit4vpl.autotest.TestAssert
-
- testAssertFail() - Method in class es.ulpgc.junit4vpl.autotest.TestAssert
-
- testAssertFail() - Method in class es.ulpgc.junit4vpl.autotest.TestTestMethod
-
- testAssertFalse() - Method in class es.ulpgc.junit4vpl.autotest.TestAssert
-
- testAssertNotEquals() - Method in class es.ulpgc.junit4vpl.autotest.TestAssert
-
- testAssertNull() - Method in class es.ulpgc.junit4vpl.autotest.TestAssert
-
- testAssertPass() - Method in class es.ulpgc.junit4vpl.autotest.TestTestMethod
-
- testAssertTrue() - Method in class es.ulpgc.junit4vpl.autotest.TestAssert
-
- testBadException() - Method in class es.ulpgc.junit4vpl.autotest.TestTestMethod.AssertExpectedException
-
- testBadNoException() - Method in class es.ulpgc.junit4vpl.autotest.TestTestMethod.AssertExpectedException
-
- TestClass - Annotation Type in es.ulpgc.junit4vpl
-
Annotation that may be used in test class to set elements for all tests in class.
- TestClassDefault - Class in es.ulpgc.junit4vpl.autotest.testclassvalues
-
- TestClassDefault() - Constructor for class es.ulpgc.junit4vpl.autotest.testclassvalues.TestClassDefault
-
- testCommonLeapYears() - Method in class es.ulpgc.junit4vpl.examples.TestLeapYear
-
- testCommonNoLeapYears() - Method in class es.ulpgc.junit4vpl.examples.TestLeapYear
-
- TestDefault - Class in es.ulpgc.junit4vpl.autotest.testvalues
-
- TestDefault() - Constructor for class es.ulpgc.junit4vpl.autotest.testvalues.TestDefault
-
- testDF() - Method in class es.ulpgc.junit4vpl.autotest.TestFailure
-
Test object create with Failure(FailureType failureType, String description,
String posibleReason, String codeToReproduce)
- testEquals() - Method in class es.ulpgc.junit4vpl.autotest.TestFailureType
-
Test equals
- testExceptionMessage() - Method in class es.ulpgc.junit4vpl.autotest.TestJUnitI18n
-
- testExpectedButWas() - Method in class es.ulpgc.junit4vpl.autotest.TestJUnitI18n
-
- testExpectedButWasLength() - Method in class es.ulpgc.junit4vpl.autotest.TestJUnitI18n
-
- testExpectedException() - Method in class es.ulpgc.junit4vpl.autotest.TestTestMethod
-
- TestExpectedException - Class in es.ulpgc.junit4vpl.autotest.testvalues
-
- TestExpectedException() - Constructor for class es.ulpgc.junit4vpl.autotest.testvalues.TestExpectedException
-
- testExpectedFalse() - Method in class es.ulpgc.junit4vpl.autotest.TestJUnitI18n
-
- testExpectedMessage() - Method in class es.ulpgc.junit4vpl.autotest.TestJUnitI18n
-
- testExpectedNotSame() - Method in class es.ulpgc.junit4vpl.autotest.TestJUnitI18n
-
- testExpectedSame() - Method in class es.ulpgc.junit4vpl.autotest.TestJUnitI18n
-
- testExpectedTrue() - Method in class es.ulpgc.junit4vpl.autotest.TestJUnitI18n
-
- testF1() - Method in class es.ulpgc.junit4vpl.autotest.TestFailure
-
Test object create with Failure(String description)
- testF2() - Method in class es.ulpgc.junit4vpl.autotest.TestFailure
-
Test object create with Failure(FailureType failureType, String description)
- testF3() - Method in class es.ulpgc.junit4vpl.autotest.TestFailure
-
Test object create with Failure(FailureType failureType, String description, String posibleReason)
- testF4() - Method in class es.ulpgc.junit4vpl.autotest.TestFailure
-
Test object create with Failure(FailureType failureType, String description,
String posibleReason, String codeToReproduce)
- testFail() - Method in class es.ulpgc.junit4vpl.autotest.TestJUnitI18n
-
- TestFailure - Class in es.ulpgc.junit4vpl.autotest
-
- TestFailure() - Constructor for class es.ulpgc.junit4vpl.autotest.TestFailure
-
- testFailuresShownByType() - Method in class es.ulpgc.junit4vpl.autotest.TestVPLResult
-
Test failuresShownByType efect
- TestFailureType - Class in es.ulpgc.junit4vpl.autotest
-
- TestFailureType() - Constructor for class es.ulpgc.junit4vpl.autotest.TestFailureType
-
- TestFraction - Class in es.ulpgc.junit4vpl.examples
-
- TestFraction() - Constructor for class es.ulpgc.junit4vpl.examples.TestFraction
-
- testFt1() - Method in class es.ulpgc.junit4vpl.autotest.TestFailureType
-
Test object create with FailureType(String failureTitle)
- testFt2() - Method in class es.ulpgc.junit4vpl.autotest.TestFailureType
-
Test object create with FailureType(String failureTitle, double penalty)
- testFt3() - Method in class es.ulpgc.junit4vpl.autotest.TestFailureType
-
Test object create with FailureType(String failureTitle, double maxPenalty, double eachPenalty)
- testFt4() - Method in class es.ulpgc.junit4vpl.autotest.TestFailureType
-
Test object create with FailureType(String failureTitle, double maxPenalty, double firstPenalty,
double eachPenalty)
- testGetDefaultPenaltyByTest() - Method in class es.ulpgc.junit4vpl.autotest.TestPenaltyHelper
-
- testGetGradeRange() - Method in class es.ulpgc.junit4vpl.autotest.TestPenaltyHelper
-
- testGetMaxGrade() - Method in class es.ulpgc.junit4vpl.autotest.TestPenaltyHelper
-
- testGetMinGrade() - Method in class es.ulpgc.junit4vpl.autotest.TestPenaltyHelper
-
- testGetNumberOfTest() - Method in class es.ulpgc.junit4vpl.autotest.TestPenaltyHelper
-
- testGetPenaltyFromString() - Method in class es.ulpgc.junit4vpl.autotest.TestPenaltyHelper
-
- testGlobalTimeout() - Method in class es.ulpgc.junit4vpl.autotest.TestJUnitCore
-
- TestInterface - Class in es.ulpgc.junit4vpl.runner
-
Provides us with a simple interface for using the comparator InterfaceChecker
in order to compare the specification of two classes
- TestInterface(String, String, String, String) - Constructor for class es.ulpgc.junit4vpl.runner.TestInterface
-
Constructor setting classes to compare and penalty
- TestInterface(String, String) - Constructor for class es.ulpgc.junit4vpl.runner.TestInterface
-
Constructor setting classes to compare, setting default penalty
- testInterfaceFromModel() - Method in class es.ulpgc.junit4vpl.runner.TestInterface
-
Compares both classes and adds a new failure if exists to the result.
- testInterfaceFromModel(boolean) - Method in class es.ulpgc.junit4vpl.runner.TestInterface
-
Compares both classes and adds a new failure if exists to the result.
- testInterfaceFromModel(boolean, boolean) - Method in class es.ulpgc.junit4vpl.runner.TestInterface
-
Compares both classes and adds a new failure if exists to the result
- testInternalErrors() - Method in class es.ulpgc.junit4vpl.autotest.TestJUnitCore
-
- testIsEven() - Method in class es.ulpgc.junit4vpl.examples.TestOddEvenWithJUnit
-
- testIsEven() - Method in class es.ulpgc.junit4vpl.examples.TestOddEvenWithJUnit4VPL
-
- testIsOdd() - Method in class es.ulpgc.junit4vpl.examples.TestOddEvenWithJUnit
-
- testIsOdd() - Method in class es.ulpgc.junit4vpl.examples.TestOddEvenWithJUnit4VPL
-
- TestJUnitCore - Class in es.ulpgc.junit4vpl.autotest
-
- TestJUnitCore() - Constructor for class es.ulpgc.junit4vpl.autotest.TestJUnitCore
-
- TestJUnitCore.FailTest - Class in es.ulpgc.junit4vpl.autotest
-
- TestJUnitCore.FailTest2 - Class in es.ulpgc.junit4vpl.autotest
-
- TestJUnitCore.GlobalTimeout - Class in es.ulpgc.junit4vpl.autotest
-
- TestJUnitCore.OkTest - Class in es.ulpgc.junit4vpl.autotest
-
- TestJUnitI18n - Class in es.ulpgc.junit4vpl.autotest
-
- TestJUnitI18n() - Constructor for class es.ulpgc.junit4vpl.autotest.TestJUnitI18n
-
- TestLeapYear - Class in es.ulpgc.junit4vpl.examples
-
- TestLeapYear() - Constructor for class es.ulpgc.junit4vpl.examples.TestLeapYear
-
- testM100LeapYears() - Method in class es.ulpgc.junit4vpl.examples.TestLeapYear
-
- testM100NoLeapYears() - Method in class es.ulpgc.junit4vpl.examples.TestLeapYear
-
- testMain() - Method in class es.ulpgc.junit4vpl.autotest.TestJUnitCore
-
- testMainClassNotFound() - Method in class es.ulpgc.junit4vpl.autotest.TestJUnitCore
-
- testMainNoClass() - Method in class es.ulpgc.junit4vpl.autotest.TestJUnitCore
-
- testMaxFailuresShownByType() - Method in class es.ulpgc.junit4vpl.autotest.TestVPLResult
-
Test failuresShownByType
- TestMethod - Class in es.ulpgc.junit4vpl.runner
-
- TestOddEvenWithJUnit - Class in es.ulpgc.junit4vpl.examples
-
- TestOddEvenWithJUnit() - Constructor for class es.ulpgc.junit4vpl.examples.TestOddEvenWithJUnit
-
- TestOddEvenWithJUnit4VPL - Class in es.ulpgc.junit4vpl.examples
-
- TestOddEvenWithJUnit4VPL() - Constructor for class es.ulpgc.junit4vpl.examples.TestOddEvenWithJUnit4VPL
-
- testOK() - Method in class es.ulpgc.junit4vpl.autotest.TestTestMethod.AssertExpectedException
-
- TestPenaltyHelper - Class in es.ulpgc.junit4vpl.autotest
-
- TestPenaltyHelper() - Constructor for class es.ulpgc.junit4vpl.autotest.TestPenaltyHelper
-
- testR0() - Method in class es.ulpgc.junit4vpl.autotest.TestVPLResult
-
Test object create with VPLResult() with defaultFailureType FailureType
- testR1() - Method in class es.ulpgc.junit4vpl.autotest.TestVPLResult
-
Test object create with VPLResult() with one fail (f11) of one FailureType (ft1)
- testR2() - Method in class es.ulpgc.junit4vpl.autotest.TestVPLResult
-
Test object create with VPLResult(double maxGrade) with two fails (f21,f22) of one FailureType (ft2)
- testR3() - Method in class es.ulpgc.junit4vpl.autotest.TestVPLResult
-
Test object create with VPLResult(double maxGrade) with two fails (f21,f22) of one FailureType (ft2)
- testReset() - Method in class es.ulpgc.junit4vpl.autotest.TestVPLResult
-
Test reset method
- testRun() - Method in class es.ulpgc.junit4vpl.autotest.TestJUnitCore
-
- testSame() - Method in class es.ulpgc.junit4vpl.autotest.TestAssert
-
- testSanitize() - Method in class es.ulpgc.junit4vpl.autotest.TestVPLResult
-
- TestSetGetLang() - Method in class es.ulpgc.junit4vpl.autotest.TestJUnitI18n
-
- testSetResult() - Method in class es.ulpgc.junit4vpl.autotest.TestJUnitCore
-
- testSorted() - Method in class es.ulpgc.junit4vpl.examples.TestArrayTools
-
- TestTestMethod - Class in es.ulpgc.junit4vpl.autotest
-
- TestTestMethod() - Constructor for class es.ulpgc.junit4vpl.autotest.TestTestMethod
-
- TestTestMethod.AssertBase - Class in es.ulpgc.junit4vpl.autotest
-
- TestTestMethod.AssertExpectedException - Class in es.ulpgc.junit4vpl.autotest
-
- TestTestMethod.AssertFail - Class in es.ulpgc.junit4vpl.autotest
-
- TestTestMethod.AssertPass - Class in es.ulpgc.junit4vpl.autotest
-
- TestTestMethod.ExpectedTimeout - Class in es.ulpgc.junit4vpl.autotest
-
- TestTestMethod.ThrowException - Class in es.ulpgc.junit4vpl.autotest
-
- testTimeOut() - Method in class es.ulpgc.junit4vpl.autotest.TestTestMethod
-
- TestTimeout - Class in es.ulpgc.junit4vpl.autotest.testvalues
-
- TestTimeout() - Constructor for class es.ulpgc.junit4vpl.autotest.testvalues.TestTimeout
-
- TestTimeoutMessage() - Method in class es.ulpgc.junit4vpl.autotest.TestJUnitI18n
-
- testTimeoutTitle() - Method in class es.ulpgc.junit4vpl.autotest.TestJUnitI18n
-
- TestTimer - Class in es.ulpgc.junit4vpl.runner
-
- TestTimer() - Constructor for class es.ulpgc.junit4vpl.runner.TestTimer
-
- testUnexpectedException() - Method in class es.ulpgc.junit4vpl.autotest.TestTestMethod
-
- testUnexpectedWas() - Method in class es.ulpgc.junit4vpl.autotest.TestJUnitI18n
-
- testUnsorted() - Method in class es.ulpgc.junit4vpl.examples.TestArrayTools
-
- TestVPLResult - Class in es.ulpgc.junit4vpl.autotest
-
- TestVPLResult() - Constructor for class es.ulpgc.junit4vpl.autotest.TestVPLResult
-
- ThrowException() - Constructor for class es.ulpgc.junit4vpl.autotest.TestTestMethod.ThrowException
-
- throwException() - Method in class es.ulpgc.junit4vpl.autotest.TestTestMethod.ThrowException
-
- timeLeft() - Method in class es.ulpgc.junit4vpl.runner.TestTimer
-
- timeout() - Method in class es.ulpgc.junit4vpl.autotest.testvalues.TestDefault
-
- timeout() - Method in class es.ulpgc.junit4vpl.autotest.testvalues.TestExpectedException
-
- timeout() - Method in class es.ulpgc.junit4vpl.autotest.testvalues.TestTimeout
-
- timeoutMessage(String) - Method in class es.ulpgc.junit4vpl.i18n.JUnitI18n
-
- timeoutPenalty() - Method in class es.ulpgc.junit4vpl.autotest.testclassvalues.TestClassDefault
-
- timeoutTitle() - Method in class es.ulpgc.junit4vpl.i18n.JUnitI18n
-
- timeoutTitle() - Method in class es.ulpgc.junit4vpl.i18n.JUnitI18nES
-
- toString() - Method in class es.ulpgc.junit4vpl.runner.VPLResult
-