- calculatePenalty(PenaltyHelper, int) - Method in class es.ulpgc.junit4vpl.FailureType
-
- checkHeritage(String) - Method in class es.ulpgc.junit4vpl.runner.TestInterface
-
Checks if it extends the class given and adds a new failure if exists to
the result The superclass of the ClassToCheck can be a subclass of the
superclass given
- checkHeritageStrict(String) - Method in class es.ulpgc.junit4vpl.runner.TestInterface
-
Checks if it extends the class given and adds a new failure if exists to
the result The superclass of the ClassToCheck has to be the same as the
superclass given
- checkImplements(String...) - Method in class es.ulpgc.junit4vpl.runner.TestInterface
-
Checks if the given interfaces are implemented and adds a new failure if
exists to the result
- checkTimeout() - Method in class es.ulpgc.junit4vpl.runner.TestTimer
-
- classNotFound(String) - Method in class es.ulpgc.junit4vpl.i18n.InterfaceCheckerI18n
-
- compareClass(boolean, boolean) - Method in class es.ulpgc.junit4vpl.runner.InterfaceChecker
-
Compares both classes
- compareClass() - Method in class es.ulpgc.junit4vpl.runner.InterfaceChecker
-
Let new private elements but not public ones
- compareClass(boolean) - Method in class es.ulpgc.junit4vpl.runner.InterfaceChecker
-
Chooses permission on private elements but extra public ones are not
allowed
- compareFields(Field, Field) - Method in class es.ulpgc.junit4vpl.runner.InterfaceChecker
-
Compares two fields
- compareMethods(Method, Method) - Method in class es.ulpgc.junit4vpl.runner.InterfaceChecker
-
Compares two methods
- ConsoleCapture - Class in es.ulpgc.junit4vpl.runner
-
Provides us with a control over the output stream in order to get, stop or
capture it
- ConsoleCapture() - Constructor for class es.ulpgc.junit4vpl.runner.ConsoleCapture
-