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