|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntegerSubject | |
---|---|
org.junit.contrib.truth | |
org.junit.contrib.truth.subjects |
Uses of IntegerSubject in org.junit.contrib.truth |
---|
Methods in org.junit.contrib.truth that return IntegerSubject | |
---|---|
IntegerSubject |
TestVerb.that(Integer target)
|
IntegerSubject |
TestVerb.that(Long target)
|
Uses of IntegerSubject in org.junit.contrib.truth.subjects |
---|
Methods in org.junit.contrib.truth.subjects that return types with arguments of type IntegerSubject | |
---|---|
Subject.And<IntegerSubject> |
IntegerSubject.is(byte other)
|
Subject.And<IntegerSubject> |
IntegerSubject.is(int other)
|
Subject.And<IntegerSubject> |
IntegerSubject.is(short other)
|
Subject.And<IntegerSubject> |
IntegerSubject.isBetween(long lower,
long upper)
Attests that a Subject lower and
upper bounds provided or fails. |
Subject.And<IntegerSubject> |
IntegerSubject.isEqualTo(Integer other)
|
Subject.And<IntegerSubject> |
IntegerSubject.isEqualTo(Long other)
|
Subject.And<IntegerSubject> |
IntegerSubject.isInclusivelyInRange(long lower,
long upper)
Attests that a Subject lower and
upper bounds provided or fails. |
Subject.And<IntegerSubject> |
IntegerSubject.isNotEqualTo(Integer other)
|
Subject.And<IntegerSubject> |
IntegerSubject.isNotEqualTo(Long other)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |