IOTestSuite

abstract
class IOTestSuite extends BaseIOTestSuite[ExecutionContext] with RuntimePlatform
trait RuntimePlatform
class BaseIOTestSuite[ExecutionContext]
trait Asserts
trait CompileMacros
trait AbstractTestSuite
class Object
trait Matchable
class Any

Value members

Concrete methods

protected
def makeExecutionContext(): ExecutionContext
protected
def timeout: FiniteDuration

Inherited methods

def assert(condition: => Boolean, hint: String)(implicit pos: SourceLocation): Unit
Inherited from
Asserts
def assert(condition: => Boolean)(implicit pos: SourceLocation): Unit
Inherited from
Asserts
inline
def assertDoesNotCompile(inline code: String, expected: String)(implicit pos: SourceLocation): Unit
Inherited from
CompileMacros
inline
def assertDoesNotCompile(inline code: String)(implicit pos: SourceLocation): Unit
Inherited from
CompileMacros
def assertEquals[T](received: T, expected: T)(implicit pos: SourceLocation): Unit
Inherited from
Asserts
def assertResult[T](expected: T, hint: String)(callback: => T)(implicit pos: SourceLocation): Unit
Inherited from
Asserts
def assertResult[T](expected: T)(callback: => T)(implicit pos: SourceLocation): Unit
Inherited from
Asserts
def cancel(reason: String)(implicit pos: SourceLocation): Unit
Inherited from
Asserts
def cancel()(implicit pos: SourceLocation): Unit
Inherited from
Asserts
def fail(reason: String)(implicit pos: SourceLocation): Unit
Inherited from
Asserts
def fail()(implicit pos: SourceLocation): Unit
Inherited from
Asserts
def ignore(reason: String)(implicit pos: SourceLocation): Unit
Inherited from
Asserts
def ignore()(implicit pos: SourceLocation): Unit
Inherited from
Asserts
def intercept[E <: Throwable : ClassTag](callback: => Any)(implicit evidence$1: ClassTag[E], pos: SourceLocation): Throwable
Inherited from
Asserts
def test(name: String)(f: => IO[Unit]): Unit
Inherited from
BaseIOTestSuite

Inherited fields

lazy
val properties: Properties[_]
Inherited from
BaseIOTestSuite