1 | void testEchoPrefix() throws Exception {↵ | | 1 | void testCscReferences() throws Exception {↵
|
2 | testEchoPrefixVarious("testEchoPrefix");↵ | | 2 | ↵
|
3 | }↵ | | |
|
|
4 | public void testEchoPrefixAsPropertyset() throws Exception {↵ | | |
|
5 | testEchoPrefixVarious("testEchoPrefixAsPropertyset");↵ | | |
|
6 | }↵ | | |
|
|
7 | public void testEchoPrefixAsNegatedPropertyset() throws Exception {↵ | | |
|
8 | testEchoPrefixVarious("testEchoPrefixAsNegatedPropertyset");↵ | | 3 | executeTarget("testCscReferences");↵
|
| | | 4 | }↵
|
|
| | | 5 | /**↵
|
| | | 6 | * A unit test for JUnit↵
|
| | | 7 | */↵
|
| | | 8 | public void testCscResources() throws Exception {↵
|
| | | 9 | executeTarget("testCSCResources");↵
|
| | | 10 | }↵
|
|
| | | 11 | /**↵
|
| | | 12 | * test we can assemble↵
|
| | | 13 | */↵
|
| | | 14 | public void testILASM() throws Exception {↵
|
| | | 15 | executeTarget("testILASM");↵
|
| | | 16 | }↵
|
|
| | | 17 | /**↵
|
| | | 18 | * test we can disassemble↵
|
9 | }↵ | | 19 | ↵
|
| | | 20 | */↵
|
10 | public void testEchoPrefixAsDoublyNegatedPropertyset() throws Exception {↵ | | 21 | public void test↵
|
11 | testEchoPrefixVarious("testEchoPrefixAsDoublyNegatedPropertyset");↵ | | 22 | ILDASM() throws Exception {↵
|
| | | 23 | executeTarget("testILDASM");↵
|
| | | 24 | }↵
|
|
| | | 25 | /**↵
|
| | | 26 | * test we can disassemble↵
|
12 | }↵ | | 27 | ↵
|
| | | 28 | */↵
|
13 | public void testWithPrefixAndRegex() throws Exception {↵ | | 29 | public void testILDASM_empty() throws Exception {↵
|
14 | expectSpecificBuildException("testWithPrefixAndRegex",↵ | | 30 | expectBuildException↵
|
15 | "The target must fail with prefix and regex attributes set",↵ | | |
|
16 | "Please specify either prefix or regex, but not both↵ | | 31 | Containing("testILDASM_empty",↵
|
| | | 32 | "parameter validation",↵
|
17 | ");↵ | | 33 | "invalid");↵
|
18 | } | | 34 | }
|