plus

operator fun TestConfig.plus(other: TestConfig): TestConfig(source)

Combines two TestConfig instances.

The elements of other always override or combine with the elements with the same key from the receiver (depending on the Key.uniqueness).