p

weaver

package weaver

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. weaver
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait BaseCatsSuite extends Provider[IO]
  2. trait BaseFunIOSuite extends FunSuiteF[IO] with BaseCatsSuite
  3. trait BaseIOSuite extends RunnableSuite[IO] with BaseCatsSuite
  4. trait CatsUnsafeRun extends UnsafeRun[IO] with CatsUnsafeRunPlatformCompat
  5. type FunSuite = FunSuiteIO

    Extend this when each test in the suite is pure and does not return IO[_]

  6. trait FunSuiteIO extends FunSuiteF[IO] with BaseFunIOSuite with Helpers
  7. type GlobalRead = Read[IO]
  8. type GlobalResource = IOGlobalResource
  9. type GlobalWrite = Write[IO]
  10. trait IOGlobalResource extends GlobalResourceF[IO]
  11. type IOSuite = MutableIOSuite

    Extend this when each test in the suite returns an Resource[IO, Res] for some shared resource Res

  12. abstract class MutableIOSuite extends MutableFSuite[IO] with BaseIOSuite with Helpers
  13. abstract class PureIOSuite extends RunnableSuite[IO] with BaseIOSuite with Helpers
  14. type SimpleIOSuite = SimpleMutableIOSuite

    Extend this when each test in the suite returns an IO[_]

  15. abstract class SimpleMutableIOSuite extends MutableIOSuite

Value Members

  1. object CatsUnsafeRun extends CatsUnsafeRun

Inherited from AnyRef

Inherited from Any

Ungrouped