TestableSymbol

utest.`package`.TestableSymbol
implicit class TestableSymbol(s: Symbol)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Deprecated methods

def -(x: => Any): Unit

Used to demarcate tests with the TestSuite{ ... } block. Has no meaning outside that block

Used to demarcate tests with the TestSuite{ ... } block. Has no meaning outside that block

Attributes

Deprecated
true
def apply(x: => Any): Unit

Used to demarcate tests with the TestSuite{ ... } block. Has no meaning outside that block

Used to demarcate tests with the TestSuite{ ... } block. Has no meaning outside that block

Attributes

Deprecated
true