1 | void testXml() throws Exception {↵ | | 1 | void test↵
|
2 | executeJspCompile("testXml", "xml_jsp.java");↵ | | |
|
3 | }↵ | | |
|
|
|
4 | /**↵ | | |
|
5 | * try a keyword in a file↵ | | |
|
6 | */↵ | | |
|
7 | public void testKeyword() throws Exception {↵ | | |
|
8 | executeJspCompile("testKeyword", "default_jsp.java");↵ | | |
|
9 | }↵ | | |
|
|
|
10 | /**↵ | | |
|
11 | * what happens to 1nvalid-classname↵ | | 2 | ScenarioCoreSelectorDefaults() {↵
|
| | | 3 | doScenarioTest("modifiedselectortest-scenario-coreselector-defaults", "cache.properties");↵
|
| | | 4 | }↵
|
|
|
| | | 5 | public void testScenarioCoreSelectorSettings() {↵
|
| | | 6 | doScenarioTest("modifiedselectortest-scenario-coreselector-settings", "core.cache.properties");↵
|
12 | */↵ | | 7 | }↵
|
|
|
13 | public void testInvalidClassname() throws Exception {↵ | | 8 | public void test↵
|
14 | executeJspCompile("testInvalidClassname",↵ | | |
|
15 | "_1nvalid_0002dclassname_jsp.java↵ | | 9 | ScenarioCustomSelectorSettings() {↵
|
16 | ");↵ | | 10 | doScenarioTest("modifiedselectortest-scenario-customselector-settings", "core.cache.properties");↵
|
17 | | | 11 |
|