Pair

class Pair

A single name value pair.

Functions

Link copied to clipboard
open fun addTo(properties: Map<String, Any>)
Link copied to clipboard
Factory method to create a Pair from a Map.Entry.
Link copied to clipboard
open fun of(name: String, value: String): TestPropertyValues.Pair
Factory method to create a Pair from a name and value.
Link copied to clipboard