Uses of Enum Class
org.junit.internal.Throwables.State
Packages that use Throwables.State
-
Uses of Throwables.State in org.junit.internal
Methods in org.junit.internal that return Throwables.StateModifier and TypeMethodDescriptionprotected abstract Throwables.State
Throwables.State.processLine
(String methodName) Processes a stack trace element method name, possibly moving to a new state.final Throwables.State
Throwables.State.processStackTraceElement
(StackTraceElement element) Processes a stack trace element, possibly moving to a new state.static Throwables.State
Returns the enum constant of this class with the specified name.static Throwables.State[]
Throwables.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.