org.apache.tapestry.junit
Class TestTapestryCheckMethodInvocation

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.junit.TapestryTestCase
          extended by org.apache.tapestry.junit.TestTapestryCheckMethodInvocation

public class TestTapestryCheckMethodInvocation
extends TapestryTestCase

Tests for the methods Tapestry.checkMethodInvocation(Object, String, Object), Tapestry.addMethodInvocation(Object)and Tapestry.clearMethodInvocations().

Since:
3.0
Author:
Howard Lewis Ship

Field Summary
 
Fields inherited from class org.apache.tapestry.junit.TapestryTestCase
IS_JDK13
 
Constructor Summary
TestTapestryCheckMethodInvocation()
           
 
Method Summary
 void testFail()
           
 void testSuccess()
           
 
Methods inherited from class org.apache.tapestry.junit.TapestryTestCase
checkException, checkList, checkList, checkProperty, createValueConverter, getSpecificationResourceLocation, newBindingSource, newComponent, parseApp, parseComponent, parseLib, parsePage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestTapestryCheckMethodInvocation

public TestTapestryCheckMethodInvocation()
Method Detail

testSuccess

public void testSuccess()

testFail

public void testFail()


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