org.apache.tapestry.test
Class BooleanSubject

java.lang.Object
  extended by org.apache.tapestry.test.BooleanSubject

public abstract class BooleanSubject
extends Object

Used by TestCreator.

Since:
4.0
Author:
Howard Lewis Ship

Constructor Summary
BooleanSubject()
           
 
Method Summary
abstract  boolean isKnown()
           
abstract  void setKnown(boolean value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BooleanSubject

public BooleanSubject()
Method Detail

isKnown

public abstract boolean isKnown()

setKnown

public abstract void setKnown(boolean value)


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.