1 | void testSimple() throws Exception {↵ | | 1 | void test↵
|
2 | executeJspCompile("testSimple", "simple_jsp.java");↵ | | |
|
3 | }↵ | | |
|
|
|
4 | /**↵ | | |
|
5 | * A unit test for JUnit↵ | | |
|
6 | */↵ | | |
|
7 | public void testUriroot() throws Exception {↵ | | |
|
8 | executeJspCompile("testUriroot", "uriroot_jsp.java");↵ | | |
|
9 | }↵ | | |
|
|
|
10 | /**↵ | | |
|
11 | * A unit test for JUnit↵ | | |
|
12 | */↵ | | 2 | RecreateWithoutUpdateAdditionalFiles() {↵
|
| | | 3 | testRecreate("test4", "testRecreateWithoutUpdateAdditionalFiles");↵
|
| | | 4 | }↵
|
|
| | | 5 | public void testRecreateWithUpdateAdditionalFiles() {↵
|
| | | 6 | testRecreate("test4", "testRecreateWithUpdateAdditionalFiles");↵
|
| | | 7 | }↵
|
|
13 | public void testXml() throws Exception {↵ | | 8 | public void test↵
|
14 | executeJspCompile("testXml", "xml_jsp.java");↵ | | |
|
15 | }↵ | | |
|
|
|
16 | /**↵ | | |
|
17 | * try a keyword in a file↵ | | |
|
18 | ↵ | | 9 | RecreateWithoutUpdateNewerFile() {↵
|
| | | 10 | testRecreate("testRecreateNewerFileSetup",↵
|
| | | 11 | "testRecreateWithoutUpdateNewerFile");↵
|
19 | */↵ | | 12 | }↵
|
|
20 | public void testKeyword() throws Exception {↵ | | 13 | public void test↵
|
21 | executeJspCompile("testKeyword", "default_jsp.java↵ | | 14 | RecreateWithUpdateNewerFile() {↵
|
| | | 15 | testRecreate("testRecreateNewerFileSetup",↵
|
22 | ");↵ | | 16 | "testRecreateWithUpdateNewerFile");↵
|
23 | | | 17 |
|