Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Type members
Classlikes
Provides a nice syntax for asserting things are equal, that is pretty enough to embed in documentation and examples
Provides a nice syntax for asserting things are equal, that is pretty enough to embed in documentation and examples
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
Value members
Concrete methods
Inherited methods
Checks that one or more expressions are true; otherwises raises an exception with some debugging info
Checks that one or more expressions are true; otherwises raises an exception with some debugging info
Attributes
- Inherited from:
- AssertsVersionSpecific
Asserts that the given value matches the PartialFunction. Useful for using pattern matching to validate the shape of a data structure.
Asserts that the given value matches the PartialFunction. Useful for using pattern matching to validate the shape of a data structure.
Attributes
- Inherited from:
- AssertsVersionSpecific
Asserts that the given expression fails to compile, and returns a utest.CompileError containing the message of the failure. If the expression compile successfully, this macro itself will raise a compilation error.
Asserts that the given expression fails to compile, and returns a utest.CompileError containing the message of the failure. If the expression compile successfully, this macro itself will raise a compilation error.
Attributes
- Inherited from:
- AssertsVersionSpecific
Checks that one or more expressions all remain true within a certain period of time. Polls at a regular interval to check this.
Checks that one or more expressions all remain true within a certain period of time. Polls at a regular interval to check this.
Attributes
- Inherited from:
- AssertsVersionSpecific
Checks that one or more expressions all become true within a certain period of time. Polls at a regular interval to check this.
Checks that one or more expressions all become true within a certain period of time. Polls at a regular interval to check this.
Attributes
- Inherited from:
- AssertsVersionSpecific
Asserts that the given block raises the expected exception. The exception is returned if raised, and an AssertionError
is raised if the expected exception does not appear.
Asserts that the given block raises the expected exception. The exception is returned if raised, and an AssertionError
is raised if the expected exception does not appear.
Attributes
- Inherited from:
- AssertsVersionSpecific
Implicits
Implicits
Provides a nice syntax for asserting things are equal, that is pretty enough to embed in documentation and examples
Provides a nice syntax for asserting things are equal, that is pretty enough to embed in documentation and examples