Companion

object Companion

Properties

Link copied to clipboard

Sample Array<Int> input, shared by every subclass's @Test methods.

Link copied to clipboard

Sample Map.Entry<String, Int> input (the first entry of map), shared by every subclass's @Test methods.

Link copied to clipboard
val list: List<Int>

Sample List<Int> input (array as a list), shared by every subclass's @Test methods.

Link copied to clipboard
val map: Map<String, Int>

Sample Map<String, Int> input (containing pair), shared by every subclass's @Test methods.

Link copied to clipboard

Sample Pair<String, Int> input, shared by every subclass's @Test methods.

Link copied to clipboard

Sample Sequence<Int> input (over array), shared by every subclass's @Test methods.

Link copied to clipboard
val set: Set<Int>

Sample Set<Int> input (array as a set), shared by every subclass's @Test methods.

Link copied to clipboard

Sample Triple<String, Int, Boolean> input, shared by every subclass's @Test methods.

Link copied to clipboard

A value with no registered conversion, used to exercise assertTermificationFails.