org.apache.tapestry.enhance
Class TestEnhancementOperation.Fixture

java.lang.Object
  extended by org.apache.tapestry.enhance.TestEnhancementOperation.Fixture
Enclosing class:
TestEnhancementOperation

public abstract static class TestEnhancementOperation.Fixture
extends Object


Constructor Summary
TestEnhancementOperation.Fixture()
           
 
Method Summary
abstract  boolean getFlagProperty()
           
abstract  String getStringProperty()
           
abstract  boolean isBooleanProperty()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestEnhancementOperation.Fixture

public TestEnhancementOperation.Fixture()
Method Detail

getStringProperty

public abstract String getStringProperty()

isBooleanProperty

public abstract boolean isBooleanProperty()

getFlagProperty

public abstract boolean getFlagProperty()


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