drewbourne/hamcrest-as3

IsNaN ans IsNotNaN matchers

jeromedecoster opened this issue · 1 comments

Hello,

It could be nice if we have 2 more matchers in the number package to test if a value is NaN or not.

IsNaN and IsNotNaN matchers

simple and usefull !
:)

Added isNumber() and isNotANumber() matchers. Check their ASDoc & Tests.