1 | void testFilesmatchOddsizes() {↵ | | 1 | void testAndempty() {↵
|
2 | expectPropertyUnset("filesmatch-oddsizes","filesmatch-oddsizes");↵ | | 2 | expectPropertySet("andempty","andempty");↵
|
3 | }↵ | | 3 | }↵
|
|
4 | public void testFilesmatchExistence() {↵ | | 4 | public void testOr() {↵
|
5 | expectPropertyUnset("filesmatch-existence", "filesmatch-existence");↵ | | 5 | expectPropertySet("or","or");↵
|
6 | }↵ | | 6 | }↵
|
|
7 | public void testFilesmatchDifferent() {↵ | | 7 | public void testOrincomplete() {↵
|
8 | expectPropertyUnset("filesmatch-different","filesmatch-different");↵ | | 8 | expectPropertySet("or","or");↵
|
9 | }↵ | | 9 | }↵
|
|
10 | public void testFilesmatchMatch() {↵ | | 10 | public void testOrFails() {↵
|
11 | expectPropertySet("filesmatch-match","filesmatch-match");↵ | | 11 | expectPropertyUnset("orfails","orfails");↵
|
12 | }↵ | | 12 | }↵
|
|
13 | public void testFilesmatchDifferentSizes() {↵ | | 13 | public void testOrboth() {↵
|
14 | expectPropertyUnset("filesmatch-different-sizes",↵ | | 14 | expectPropertySet("↵
|
15 | "filesmatch-different-sizes");↵ | | 15 | orboth","orboth");↵
|
16 | }↵ | | 16 | }↵
|
|
17 | public void testFilesmatchDifferentOnemissing() {↵ | | 17 | public void testFilesmatchIdentical() {↵
|
18 | expectPropertyUnset("filesmatch-different-onemissing",↵ | | 18 | expectPropertySet("filesmatch-↵
|
19 | "filesmatch-different-onemissing");↵ | | 19 | identical","filesmatch-identical");↵
|
20 | } | | 20 | }
|