FragmentMatchingError

class Object
trait Matchable
class Any

Value members

Abstract methods

def fragmentWasPresent(value: String): E

Happens when you don't want the fragment to be present, but it was there.

Happens when you don't want the fragment to be present, but it was there.

Happens when the fragment was expected but is missing.

Happens when the fragment was expected but is missing.

def wrongValue[T](actual: T, expected: T): E

Happens when the fragment is present but does not match the expected value.

Happens when the fragment is present but does not match the expected value.