|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hamcrest.BaseMatcher<T>
org.hamcrest.TypeSafeMatcher<java.lang.Double>
br.org.agilcoop.cursos.testes.introducao.IsNotANumber
public class IsNotANumber
| Constructor Summary | |
|---|---|
IsNotANumber()
|
|
| Method Summary | ||
|---|---|---|
void |
describeTo(org.hamcrest.Description description)
|
|
boolean |
matchesSafely(java.lang.Double number)
|
|
static
|
notANumber()
|
|
| Methods inherited from class org.hamcrest.TypeSafeMatcher |
|---|
matches |
| Methods inherited from class org.hamcrest.BaseMatcher |
|---|
_dont_implement_Matcher___instead_extend_BaseMatcher_, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IsNotANumber()
| Method Detail |
|---|
public void describeTo(org.hamcrest.Description description)
public static <T> org.hamcrest.Matcher<java.lang.Double> notANumber()
public boolean matchesSafely(java.lang.Double number)
matchesSafely in class org.hamcrest.TypeSafeMatcher<java.lang.Double>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||