ConfigMap

org.scalatest.ConfigMap
See theConfigMap companion class
object ConfigMap

Companion object to class ConfigMap containing factory methods.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ConfigMap.type

Members list

Value members

Concrete methods

def apply(pairs: (String, Any)*): ConfigMap

Constructs a ConfigMap containing the passed key/value pairs.

Constructs a ConfigMap containing the passed key/value pairs.

Value parameters

pairs

zero to many key/value pairs with which to initialize a new ConfigMap.

Attributes

Constructs an empty ConfigMap.

Constructs an empty ConfigMap.

Attributes