t

weaver

BaseFunIOSuite

trait BaseFunIOSuite extends FunSuiteF[IO] with BaseCatsSuite

Linear Supertypes
BaseCatsSuite, Provider[IO], FunSuiteF[IO], FunSuiteAux, RunnableSuite[IO], EffectSuite[IO], SourceLocation.Here, EffectSuiteAux, Suite[IO], BaseSuiteClass, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BaseFunIOSuite
  2. BaseCatsSuite
  3. Provider
  4. FunSuiteF
  5. FunSuiteAux
  6. RunnableSuite
  7. EffectSuite
  8. Here
  9. EffectSuiteAux
  10. Suite
  11. BaseSuiteClass
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final type EffectType[A] = IO[A]
    Definition Classes
    EffectSuite → EffectSuiteAux

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def adaptRunError: PartialFunction[Throwable, Throwable]
    Attributes
    protected
    Definition Classes
    EffectSuite
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def cancel(reason: String)(implicit pos: SourceLocation): IO[Nothing]
    Definition Classes
    EffectSuite
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  8. implicit final def effect: CECompat.Effect[IO]
    Attributes
    protected
    Definition Classes
    EffectSuite → EffectSuiteAux
  9. implicit def effectCompat: UnsafeRun[EffectType]
    Attributes
    protected
    Definition Classes
    BaseFunIOSuite → RunnableSuite → EffectSuite
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  13. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def getSuite: EffectSuite[IO]
    Definition Classes
    BaseFunIOSuite → Provider
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. macro def here: SourceLocation
    Definition Classes
    Here
  17. def ignore(reason: String)(implicit pos: SourceLocation): IO[Nothing]
    Definition Classes
    EffectSuite
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def name: String
    Definition Classes
    FunSuiteF → EffectSuite → Suite
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. def plan: List[TestName]
    Definition Classes
    FunSuiteF → RunnableSuite
  24. final def run(args: List[String])(report: (TestOutcome) => IO[Unit]): IO[Unit]
    Definition Classes
    EffectSuite
  25. def runUnsafe(args: List[String])(report: (TestOutcome) => Unit): Unit
    Definition Classes
    FunSuiteF → RunnableSuite
  26. def spec(args: List[String]): Stream[IO, TestOutcome]
    Definition Classes
    FunSuiteF → Suite
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def test(name: TestName)(run: => Expectations): Unit
    Definition Classes
    FunSuiteF → FunSuiteAux
  29. def toString(): String
    Definition Classes
    AnyRef → Any
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from BaseCatsSuite

Inherited from Provider[IO]

Inherited from FunSuiteF[IO]

Inherited from FunSuiteAux

Inherited from RunnableSuite[IO]

Inherited from EffectSuite[IO]

Inherited from SourceLocation.Here

Inherited from EffectSuiteAux

Inherited from Suite[IO]

Inherited from BaseSuiteClass

Inherited from AnyRef

Inherited from Any

Ungrouped