1 | void testFilesmatchIncomplete() {↵ | | 1 | void testNestedAB() {↵
|
2 | expectSpecificBuildException("filesmatch-incomplete",↵ | | 2 | expectBuildException↵
|
3 | "Missing file2 attribute",↵ | | |
|
4 | "both file1 and file2 are required in filesmatch↵ | | 3 | Containing(↵
|
5 | ");↵ | | 4 | "nested.ab", "Should have got ambiguous", "ambiguous");↵
|
6 | }↵ | | 5 | }↵
|
|
7 | public void testFilesmatchOddsizes() {↵ | | 6 | public void testConditionType() {↵
|
8 | expectPropertyUnset("filesmatch-oddsizes","filesmatch-oddsizes");↵ | | 7 | expectLogContaining("condition.type", "beforeafter");↵
|
9 | }↵ | | 8 | }↵
|
|
10 | public void testFilesmatchExistence() {↵ | | 9 | public void test↵
|
11 | expectPropertyUnset("filesmatch-existence", "filesmatch-existence↵ | | 10 | ConditionTask() {↵
|
12 | ");↵ | | 11 | expectLogContaining("condition.task", "My Condition execution");↵
|
13 | }↵ | | 12 | }↵
|
|
14 | public void testFilesmatchDifferent() {↵ | | 13 | public void test↵
|
15 | expectPropertyUnset("filesmatch-different","filesmatch-different↵ | | 14 | ConditionConditionType() {↵
|
16 | ");↵ | | 15 | expectLogContaining("condition.condition.type", "My Condition eval");↵
|
17 | | | 16 |
|