JUnit 4.8.2
Package Index
|
Class Index
junit.extensions
junit.framework
junit.runner
junit.textui
org.junit
org.junit.experimental
org.junit.experimental.categories
org.junit.experimental.max
org.junit.experimental.results
org.junit.experimental.runners
org.junit.experimental.theories
org.junit.experimental.theories.internal
org.junit.experimental.theories.suppliers
org.junit.internal
org.junit.internal.builders
org.junit.internal.matchers
org.junit.internal.requests
org.junit.internal.runners
org.junit.internal.runners.model
org.junit.internal.runners.statements
org.junit.matchers
org.junit.rules
org.junit.runner
org.junit.runner.manipulation
org.junit.runner.notification
org.junit.runners
org.junit.runners.model
Interfaces
JUnitSystem
Classes
ComparisonCriteria
ExactComparisonCriteria
InexactComparisonCriteria
RealSystem
TextListener
Exceptions
AssumptionViolatedException
Errors
ArrayComparisonFailure
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
AssumptionViolatedException
extends
RuntimeException
implements SelfDescribing
java.lang.Object
↳
java.lang.Throwable
↳
java.lang.Exception
↳
java.lang.RuntimeException
↳
org.junit.internal.AssumptionViolatedException
Summary
Public Constructors
AssumptionViolatedException
(
Object
value, Matcher<?> matcher)
AssumptionViolatedException
(
String
assumption)
Public Methods
void
describeTo
(Description description)
String
getMessage
()
[Expand]
Inherited Methods
From class
java.lang.Throwable
synchronized
Throwable
fillInStackTrace
()
Throwable
getCause
()
String
getLocalizedMessage
()
String
getMessage
()
StackTraceElement[]
getStackTrace
()
synchronized
Throwable
initCause
(
Throwable
arg0)
void
printStackTrace
(
PrintWriter
arg0)
void
printStackTrace
(
PrintStream
arg0)
void
printStackTrace
()
void
setStackTrace
(
StackTraceElement[]
arg0)
String
toString
()
From class
java.lang.Object
Object
clone
()
boolean
equals
(
Object
arg0)
void
finalize
()
final
Class
<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
From interface org.hamcrest.SelfDescribing
abstract void
describeTo
(Description arg0)
Public Constructors
public
AssumptionViolatedException
(
Object
value, Matcher<?> matcher)
public
AssumptionViolatedException
(
String
assumption)
Public Methods
public void
describeTo
(Description description)
public
String
getMessage
()