Blame view

test/FitNesseRoot/FitNesse/SuiteAcceptanceTests/SuiteSlimTests/TestSubsetQuery/content.txt 715 Bytes
fbe3c2bb   Benjamin Renard   First commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
The empty set is always a subset.

!|Subset Query:duplicate rows|A|
|x                             |

Complete set is a subset (we do not mean proper subset).

!|Subset Query:duplicate rows|A|
|x                             |
|SuiteChildOne.SuiteSetUp      |
|SuiteChildOne.TestOneOne      |
|SuiteChildOne.TestOneTwo      |
|SuiteChildOne.SuiteTearDown   |
|SuiteChildOne.SuiteSetUp      |
|SuiteChildOne.TestOneThree    |
|SuiteChildOne.SuiteTearDown   |

Only some of the rows (in different order) form a subset.

!|Subset Query:duplicate rows|A|
|x                             |
|SuiteChildOne.TestOneTwo      |
|SuiteChildOne.SuiteTearDown   |
|SuiteChildOne.SuiteSetUp      |
|SuiteChildOne.TestOneThree    |