1 | void testNegationFalse() {↵ | | 1 | void testFilesmatchIdentical() {↵
|
2 | expectPropertyUnset("negationfalse","negationfalse");↵ | | 2 | expectPropertySet("filesmatch-identical","filesmatch-identical");↵
|
3 | }↵ | | 3 | }↵
|
|
|
4 | public void testNegationIncomplete() {↵ | | 4 | public void testFilesmatchIncomplete() {↵
|
5 | expectSpecificBuildException("negationincomplete",↵ | | 5 | expectSpecificBuildException("filesmatch-incomplete",↵
|
6 | "no conditions in <not>",↵ | | 6 | "Missing file2 attribute",↵
|
7 | "You must nest a condition into <not>");↵ | | 7 | "both file1 and file2 are required in filesmatch");↵
|
8 | }↵ | | 8 | }↵
|
|
9 | public void testAnd() {↵ | | 9 | public void testFilesmatchOddsizes() {↵
|
10 | expectPropertySet("and","and");↵ | | 10 | expectPropertyUnset("filesmatch-oddsizes","filesmatch-oddsizes");↵
|
11 | | | 11 |
|