1 | void testFilesmatchDifferentEol() {↵ | | 1 | void testFiltersFileElement() {↵
|
2 | executeTarget("filesmatch-different-eol");↵ | | 2 | executeTarget("testFiltersFileElement");↵
|
3 | }↵ | | 3 | }↵
|
|
4 | public void testFilesmatchSameEol() {↵ | | 4 | public void testFiltersFileAttribute() {↵
|
5 | executeTarget("filesmatch-same-eol");↵ | | 5 | executeTarget("testFiltersFileAttribute");↵
|
6 | }↵ | | 6 | }↵
|
|
7 | public void testFilesmatchNeitherExist() {↵ | | 7 | public void testMultipleFiltersFiles() {↵
|
8 | executeTarget("filesmatch-neitherexist");↵ | | 8 | executeTarget("testMultipleFiltersFiles");↵
|
9 | }↵ | | 9 | }↵
|
|
10 | public void testContains() {↵ | | 10 | public void testMissingFiltersFile() {↵
|
11 | expectPropertySet("contains","contains↵ | | 11 | expectBuildException("testMissingFiltersFile",↵
|
12 | ");↵ | | 12 | "should fail due to missing filtersfile");↵
|
13 | | | 13 |
|