public interface NumberAssert
| Modifier and Type | Method and Description |
|---|---|
NumberAssert |
isNegative()
Verifies that the actual number is negative.
|
NumberAssert |
isPositive()
Verifies that the actual number is positive.
|
NumberAssert |
isZero()
Verifies that the actual number is equal to zero.
|
NumberAssert isZero()
AssertionError - if the actual number is not equal to zero.NumberAssert isPositive()
AssertionError - if the actual number is not positive.NumberAssert isNegative()
AssertionError - if the actual number is not negative.Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.