monitor
Class True_Assertion

java.lang.Object
  extended by monitor.Assertion
      extended by monitor.True_Assertion

public class True_Assertion
extends Assertion

An assertion that is always true.

Version:
2.0
Author:
Theodore S. Norvell

Field Summary
static True_Assertion singleton
           
 
Fields inherited from class monitor.Assertion
message
 
Constructor Summary
True_Assertion()
           
 
Method Summary
 boolean isTrue()
          Returns true.
 
Methods inherited from class monitor.Assertion
check, check, check
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

singleton

public static final True_Assertion singleton
Constructor Detail

True_Assertion

public True_Assertion()
Method Detail

isTrue

public boolean isTrue()
Returns true.

Specified by:
isTrue in class Assertion