DeterministicIOTestSuite

@deprecated("use TestControl from cats-effect-testkit", "1.4.0") abstract
class DeterministicIOTestSuite extends BaseIOTestSuite[TestContext]
Deprecated
class BaseIOTestSuite[TestContext]
trait Asserts
trait CompileMacros
trait AbstractTestSuite
class Object
trait Matchable
class Any

Value members

Concrete methods

final override protected
def makeExecutionContext(): TestContext
Definition Classes
BaseIOTestSuite

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