Sample Array<Int> input, shared by every subclass's @Test methods.
Array<Int>
@Test
Sample Map.Entry<String, Int> input (the first entry of map), shared by every subclass's @Test methods.
Map.Entry<String, Int>
Sample List<Int> input (array as a list), shared by every subclass's @Test methods.
List<Int>
Sample Map<String, Int> input (containing pair), shared by every subclass's @Test methods.
Map<String, Int>
Sample Pair<String, Int> input, shared by every subclass's @Test methods.
Pair<String, Int>
Sample Sequence<Int> input (over array), shared by every subclass's @Test methods.
Sequence<Int>
Sample Set<Int> input (array as a set), shared by every subclass's @Test methods.
Set<Int>
Sample Triple<String, Int, Boolean> input, shared by every subclass's @Test methods.
Triple<String, Int, Boolean>
A value with no registered conversion, used to exercise assertTermificationFails.