org.apache.tapestry.junit.mock.c21
Class NullPropertySource

java.lang.Object
  extended by org.apache.tapestry.junit.mock.c21.NullPropertySource
All Implemented Interfaces:
IPropertySource

public class NullPropertySource
extends Object
implements IPropertySource

Empty implementation just to exercise some code paths in AbstractEngine.

Since:
3.0
Author:
Howard Lewis Ship

Constructor Summary
NullPropertySource()
           
 
Method Summary
 String getPropertyValue(String propertyName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullPropertySource

public NullPropertySource()
Method Detail

getPropertyValue

public String getPropertyValue(String propertyName)
Specified by:
getPropertyValue in interface IPropertySource


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