TestValues

munit.TestValues
object TestValues

Values that have special treatment when evaluating values produced by tests.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
TestValues.type

Members list

Type members

Classlikes

class FlakyFailure(error: Throwable) extends FailException, NoStackTrace, Serializable

The test failed with the given exception but was ignored but its marked as flaky

The test failed with the given exception but was ignored but its marked as flaky

Attributes

Supertypes
trait NoStackTrace
class AssertionError
class Error
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Value members

Concrete fields

val Ignore: Tag

The test case was ignored (skipped).

The test case was ignored (skipped).

Attributes