BasicTestSuite

trait Assertion
trait AssertEquals[Unit]
class Object
trait Matchable
class Any

Value members

Concrete methods

def executionContext: ExecutionContext
def test(name: String)(f: => Void): Unit
def testAsync(name: String)(f: => Future[Unit]): Unit

Inherited methods

inline def assertEquals(inline expected: String, inline found: String, message: => String): Unit
Inherited from
AssertEquals
inline def assertEquals(inline expected: String, inline found: String): Unit
Inherited from
AssertEquals
def cancel(reason: String)(pos: SourceLocation): Unit
Inherited from
Assertion
def cancel(pos: SourceLocation): Unit
Inherited from
Assertion
def fail(reason: String)(pos: SourceLocation): Unit
Inherited from
Assertion
def fail(pos: SourceLocation): Unit
Inherited from
Assertion
def ignore(reason: String)(pos: SourceLocation): Unit
Inherited from
Assertion
def ignore(pos: SourceLocation): Unit
Inherited from
Assertion
def intercept[E <: Throwable](callback: => Unit)(`evidence$1`: ClassTag[E], pos: SourceLocation): Unit
Inherited from
Assertion
override protected def stringAssertEqualsListener: RecorderListener[String, Unit]
Definition Classes
Inherited from
Assertion

Concrete fields

lazy val properties: Properties[_]

Inherited fields

Inherited from
Assertion