org.junit.contrib.truth.subjects
Class BooleanSubject

java.lang.Object
  extended by org.junit.contrib.truth.subjects.Subject<BooleanSubject,Boolean>
      extended by 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 Class Summary
 
Nested classes/interfaces inherited from class org.junit.contrib.truth.subjects.Subject
Subject.And<C>
 
Constructor Summary
BooleanSubject(FailureStrategy failureStrategy, Boolean subject)
           
 
Method Summary
 void isFalse()
           
 void isTrue()
           
 
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
 

Constructor Detail

BooleanSubject

public BooleanSubject(FailureStrategy failureStrategy,
                      Boolean subject)
Method Detail

isTrue

public void isTrue()

isFalse

public void isFalse()


Copyright © 2014. All Rights Reserved.