1 | void testTrimString() {↵ | | 1 | void testCscReferences() throws Exception {↵
|
2 | executeTarget("testTrimString");↵ | | 2 | executeTarget("testCscReferences");↵
|
3 | }↵ | | 3 | }↵
|
|
4 | public void testTrimStringCondi↵ | | 4 | /**↵
|
| | | 5 | * A unit test for JUnit↵
|
| | | 6 | */↵
|
5 | tion() {↵ | | 7 | public void testCscResources() throws Exception {↵
|
6 | executeTarget("testTrimStringCondition");↵ | | 8 | executeTarget("test↵
|
7 | }↵ | | |
|
|
8 | public void testNoTrimString()↵ | | 9 | CSCResources");↵
|
| | | 10 | }↵
|
|
| | | 11 | /**↵
|
| | | 12 | * test we can assemble↵
|
| | | 13 | */↵
|
9 | {↵ | | 14 | public void testILASM() throws Exception {↵
|
10 | executeTarget("testNoTrimString");↵ | | 15 | executeTarget("testILASM");↵
|
11 | }↵ | | 16 | }↵
|
|
12 | public void testNoTrimStringCondi↵ | | 17 | /**↵
|
| | | 18 | * test we can disassemble↵
|
| | | 19 | */↵
|
13 | tion() {↵ | | 20 | public void testILDASM() throws Exception {↵
|
14 | executeTarget("testNoTrimStringCondition");↵ | | 21 | executeTarget("test↵
|
15 | }↵ | | |
|
|
16 | public void testStringFile()↵ | | 22 | ILDASM");↵
|
| | | 23 | }↵
|
|
| | | 24 | /**↵
|
| | | 25 | * test we can disassemble↵
|
| | | 26 | */↵
|
17 | {↵ | | 27 | public void testILDASM_empty() throws Exception {↵
|
18 | expectBuildExceptionContaining("testStringFile",↵ | | 28 | expectBuildExceptionContaining("testILDASM_empty",↵
|
19 | "should fail", "incompatible↵ | | 29 | "parameter validation",↵
|
20 | ");↵ | | 30 | "invalid");↵
|
21 | | | 31 |
|