Class IntegerSubject
java.lang.Object
com.qaitsolutions.pframe.core.assertion.subjects.Subject
com.qaitsolutions.pframe.core.assertion.subjects.ComparableSubject<Integer>
com.qaitsolutions.pframe.core.assertion.subjects.IntegerSubject
Wrapper over
IntegerSubject
.
- Since:
- 1.0
- Author:
- Iulian Andrei (iulian.andrei@qaitsolutions.com)
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionIntegerSubject
(Integer actual, String message) Constructor for regular assertions.IntegerSubject
(Integer actual, String message, ErrorTracker tracker) Constructor for soft assertions. -
Method Summary
Methods inherited from class com.qaitsolutions.pframe.core.assertion.subjects.ComparableSubject
isAtLeast, isAtMost, isEquivalentAccordingToCompareTo, isGreaterThan, isIn, isLessThan, isNotIn
Methods inherited from class com.qaitsolutions.pframe.core.assertion.subjects.Subject
isAnyOf, isEqualTo, isIn, isInstanceOf, isNoneOf, isNotEqualTo, isNotIn, isNotInstanceOf, isNotNull, isNotSameInstanceAs, isNull, isSameInstanceAs
-
Constructor Details
-
IntegerSubject
Constructor for regular assertions.- Parameters:
actual
- Current value to be verified.message
- Description of the assertion.
-
IntegerSubject
Constructor for soft assertions.- Parameters:
actual
- Current value to be verified.message
- Description of the assertion.tracker
- Entity which allows keeping track of existing errors.
-