org.apache.tapestry.dojo.form
Class TestAutocompleter

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.form.BaseFormComponentTestCase
          extended by org.apache.tapestry.dojo.form.TestAutocompleter

public class TestAutocompleter
extends BaseFormComponentTestCase

Tests for TextField.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
TestAutocompleter()
           
 
Method Summary
 Object[][] createRenderings()
           
 void test_Is_Required()
           
 void test_Render_JSON()
           
 void test_Render(String outcome, Boolean local)
           
 void test_Rewind_NotForm()
           
 void test_Rewind()
           
 
Methods inherited from class org.apache.tapestry.form.BaseFormComponentTestCase
newBinding, newDelegate, newField, newForm, newListener, trainGetDelegate, trainGetElementId, trainGetForm, trainGetParameter, trainIsInError, trainIsRewinding, trainWasPrerendered
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestAutocompleter

public TestAutocompleter()
Method Detail

test_Rewind

public void test_Rewind()

test_Rewind_NotForm

public void test_Rewind_NotForm()

createRenderings

public Object[][] createRenderings()

test_Render

public void test_Render(String outcome,
                        Boolean local)

test_Render_JSON

public void test_Render_JSON()

test_Is_Required

public void test_Is_Required()


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