|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBaseComponentTestCase
org.apache.tapestry.junit.TapestryTestCase
org.apache.tapestry.junit.script.TestScript
public class TestScript
A collection of tests for Tapestry scripting.
Field Summary |
---|
Fields inherited from class org.apache.tapestry.junit.TapestryTestCase |
---|
IS_JDK13 |
Constructor Summary | |
---|---|
TestScript()
|
Method Summary | |
---|---|
protected ExpressionEvaluator |
createExpressionEvaluator()
|
void |
reset()
|
void |
testAntSyntax()
|
void |
testCheats()
A bunch of quickies to push up the code coverage numbers. |
void |
testEmpty()
Test omitting body and initialization, ensure they return null. |
void |
testIncludeScript()
|
void |
testInputSymbol()
|
void |
testInputSymbolClass()
|
void |
testInputSymbolInvalidKey()
|
void |
testInputSymbolRequired()
|
void |
testInvalidKeyLet()
|
void |
testInvalidKeySet()
|
void |
testLet()
Test the ability of the let element to create an output symbol. |
void |
testNameAppend()
|
void |
testSet()
|
void |
testSimple()
Simple test where the body and initialization are static. |
void |
testUnique()
Test the <unique> element, new in the 1.3 DTD |
void |
testUniqueLet()
Test the unique attribute on the <let> element. |
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 |
---|
public TestScript()
Method Detail |
---|
public void reset()
protected ExpressionEvaluator createExpressionEvaluator()
public void testSimple() throws Exception
Exception
public void testUnique() throws Exception
Exception
public void testEmpty() throws Exception
Exception
public void testLet() throws Exception
Exception
public void testUniqueLet() throws Exception
Exception
public void testIncludeScript() throws Exception
Exception
public void testAntSyntax() throws Exception
Exception
public void testSet() throws Exception
Exception
public void testInvalidKeyLet() throws Exception
Exception
public void testInvalidKeySet() throws Exception
Exception
public void testInputSymbolClass() throws Exception
Exception
public void testInputSymbol() throws Exception
Exception
public void testInputSymbolRequired() throws Exception
Exception
public void testInputSymbolInvalidKey() throws Exception
Exception
public void testNameAppend() throws Exception
Exception
public void testCheats() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |