Class BooleanSubject


  • public final class BooleanSubject
    extends Subject
    Propositions for boolean subjects.
    Author:
    Christian Gruber (cgruber@israfil.net)
    • Method Detail

      • isTrue

        public void isTrue()
        Fails if the subject is false or null.
      • isFalse

        public void isFalse()
        Fails if the subject is true or null.