1 | void testXml() throws Exception {↵ | | 1 | void testDefaultTest() {↵
|
2 | executeJspCompile("testXml", "xml_jsp.java");↵ | | 2 | expectLog("defaulttest", "↵
|
3 | }↵ | | |
|
|
|
4 | /**↵ | | |
|
5 | * try a keyword in a file↵ | | |
|
6 | ↵ | | 3 | attribute is false");↵
|
7 | */↵ | | 4 | }↵
|
|
8 | public void testKeyword() throws Exception {↵ | | 5 | public void testDoubleDefault() {↵
|
9 | executeJspCompile("testKeyword", "default_jsp.java");↵ | | 6 | expec↵
|
10 | }↵ | | |
|
|
|
11 | /**↵ | | |
|
12 | * what happens to 1nvalid-classname↵ | | |
|
13 | */↵ | | |
|
14 | public void testInvalidClassname() throws Exce↵ | | 7 | tLog("doubledefault", "attribute is falseattribute is true");↵
|
| | | 8 | }↵
|
|
15 | ption {↵ | | 9 | public void testTextOptional() {↵
|
16 | executeJspCompile("testInvalidClassname",↵ | | 10 | expec↵
|
17 | "_1nvalid_0002dclassname_jsp.java");↵ | | 11 | tLog("text.optional", "MyTextoverride text");↵
|
18 | } | | 12 | }
|