Blame view

test/FitNesseRoot/FitNesse/UserGuide/FitLibraryUserGuide/SubsetFixture/content.txt 435 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
SubsetFixture tables look the same as !-SetFixture-! tables. The only difference is that we can expect a subset of the actual elements.

!|StartListing|
|list is|1,2,3|
 * Some:
|''subset''|
|''item''|
|3|
 * All:
|''subset''|
|''item''|
|3|
|1|
|2|
 * None:
|''subset''|
|''item''|
---- * ''Copyright (c) 2004, 2005 Rick Mugridge, Rimu Research.''
 * ''Released under the terms of the GNU General Public License version 2 or later.''