Label

trait Label
class Object
trait Matchable
class Any

Value members

Abstract methods

def ===(value: String): LabelEquals

Label must be equal to the given value

Label must be equal to the given value

def in(values: String*): LabelIn

Label must be equal to one of the given values

Label must be equal to one of the given values

def notIn(values: String*): LabelNotIn

Label must not be equal to any of the given values

Label must not be equal to any of the given values