1 | void testXml() throws Exception {↵ | | 1 | void test↵
|
2 | executeJspCompil↵ | | 2 | RecreateWithoutUpdateAdditionalFiles() {↵
|
3 | e("testXml", "xml_jsp.java");↵ | | 3 | testRecreate("test4", "↵
|
4 | }↵ | | |
|
|
|
5 | /**↵ | | |
|
6 | * try a keyword in a file↵ | | 4 | testRecreateWithoutUpdateAdditionalFiles");↵
|
7 | */↵ | | 5 | }↵
|
|
8 | public void testKeyword() throws Exception {↵ | | 6 | public void test↵
|
9 | executeJspCompile("testKeyword", "default_jsp.java");↵ | | |
|
10 | }↵ | | |
|
|
|
11 | /**↵ | | |
|
12 | * what happens to 1nvalid-classname↵ | | 7 | RecreateWithUpdateAdditionalFiles() {↵
|
| | | 8 | testRecreate("test4", "testRecreateWithUpdateAdditionalFiles");↵
|
13 | */↵ | | 9 | }↵
|
|
14 | public void testInvalidClassname() throws Exception {↵ | | 10 | public void test↵
|
15 | executeJspCompile("testInvalidClassname↵ | | 11 | RecreateWithoutUpdateNewerFile() {↵
|
16 | ",↵ | | 12 | testRecreate("testRecreateNewerFileSetup",↵
|
17 | "_1nvalid_0002dclassname_jsp.java");↵ | | 13 | "testRecreateWithoutUpdateNewerFile");↵
|
18 | | | 14 |
|