org.junit.contrib.truth.subjects
Class BooleanSubject
java.lang.Object
org.junit.contrib.truth.subjects.Subject<BooleanSubject,Boolean>
org.junit.contrib.truth.subjects.BooleanSubject
@GwtCompatible
public class BooleanSubject
- extends Subject<BooleanSubject,Boolean>
Propositions for boolean subjects
- Author:
- Christian Gruber (cgruber@israfil.net)
Nested classes/interfaces inherited from class org.junit.contrib.truth.subjects.Subject |
Subject.And<C> |
Methods inherited from class org.junit.contrib.truth.subjects.Subject |
check, fail, failWithoutSubject, getSubject, is, isA, isEqualTo, isNotA, isNotEqualTo, isNotNull, isNull, nextChain |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BooleanSubject
public BooleanSubject(FailureStrategy failureStrategy,
Boolean subject)
isTrue
public void isTrue()
isFalse
public void isFalse()
Copyright © 2014. All Rights Reserved.