tictactoe
Class Asserter

java.lang.Object
  |
  +--tictactoe.Asserter
Direct Known Subclasses:
InactivePlayer

public class Asserter
extends java.lang.Object

Mixin class that implements assert()

Version:
2.0 1999-03-26
Author:
Oscar.Nierstrasz@acm.org

Constructor Summary
Asserter()
           
 
Method Summary
protected  void assert(boolean assertion)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Asserter

public Asserter()
Method Detail

assert

protected void assert(boolean assertion)
               throws AssertionException