br.org.agilcoop.cursos.testes.introducao
Class IsNotANumber

java.lang.Object
  extended by org.hamcrest.BaseMatcher<T>
      extended by org.hamcrest.TypeSafeMatcher<java.lang.Double>
          extended by br.org.agilcoop.cursos.testes.introducao.IsNotANumber
All Implemented Interfaces:
org.hamcrest.Matcher<java.lang.Double>, org.hamcrest.SelfDescribing

public class IsNotANumber
extends org.hamcrest.TypeSafeMatcher<java.lang.Double>


Constructor Summary
IsNotANumber()
           
 
Method Summary
 void describeTo(org.hamcrest.Description description)
           
 boolean matchesSafely(java.lang.Double number)
           
static
<T> org.hamcrest.Matcher<java.lang.Double>
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

IsNotANumber

public IsNotANumber()
Method Detail

describeTo

public void describeTo(org.hamcrest.Description description)

notANumber

public static <T> org.hamcrest.Matcher<java.lang.Double> notANumber()

matchesSafely

public boolean matchesSafely(java.lang.Double number)
Specified by:
matchesSafely in class org.hamcrest.TypeSafeMatcher<java.lang.Double>


Copyright © 2009. All Rights Reserved.