1 | void testBatchTestForkOnceToDir() {↵ | | 1 | void test↵
|
2 | assertResultFilesExist("testBatchTestForkOnceToDir", ".xml↵ | | 2 | Uriroot() throws Exception {↵
|
3 | ");↵ | | 3 | executeJspCompile("testUriroot", "uriroot_jsp.java");↵
|
4 | }↵ | | 4 | }↵
|
|
|
5 | /** Bugzilla Report 32973↵ | | 5 | /**↵
|
| | | 6 | * A unit test for JUnit↵
|
6 | */↵ | | 7 | */↵
|
7 | public void testBatchTestForkOnceExtension() {↵ | | 8 | public void testXml() throws Exception {↵
|
8 | assertResultFilesExist("testBatchTestForkOnceExtension", ".foo");↵ | | 9 | ↵
|
9 | }↵ | | |
|
|
10 | public void testBatchTestForkOnceCustomFormatter() {↵ | | |
|
11 | assertResultFilesExist("testBatchTestForkOnceCustomFormatter", "foo↵ | | 10 | executeJspCompile("testXml", "xml_jsp.java");↵
|
| | | 11 | }↵
|
|
|
| | | 12 | /**↵
|
| | | 13 | * try a keyword in a file↵
|
| | | 14 | */↵
|
| | | 15 | public void testKeyword() throws Exception {↵
|
12 | ");↵ | | 16 | executeJspCompile("testKeyword", "default_jsp.java");↵
|
13 | } | | 17 | }
|