package core

Type Members

  1. trait AsyncFixture[M[_]] extends AnyFlatSpec with CoreSpec
  2. trait CoreSpec extends AnyFlatSpec with Matchers with Eventually
  3. trait FunctionFixture extends Matchers
  4. class LanguageSpec extends AnyFlatSpec with UtilsSpec with ScalaFutureAsAsyncAndMonadAndFailer with AsyncFixture[Future] with FunctionFixture
  5. trait MockitoSugar extends AnyRef
  6. class MonoidForIntSpec extends MonoidSpec[Int]
  7. class MonoidForListSpec extends MonoidSpec[List[String]]
  8. class MonoidForMapSpec extends MonoidSpec[Map[Int, Int]]
  9. class MonoidForSeqSpec extends MonoidSpec[Seq[String]]
  10. abstract class MonoidSpec[T] extends AnyFlatSpec with SemiGroupSpec[T] with ZeroSpec[T]
  11. class PimperTests extends AnyFlatSpec with UtilsSpec with FunctionFixture
  12. trait SemiGroupSpec[T] extends AnyFlatSpec with UtilsSpec
  13. class SemigroupForOptionSpec extends AnyFlatSpec with SemiGroupSpec[Option[String]]
  14. trait UtilsSpec extends AnyFlatSpec with CoreSpec with Eventually with MockitoSugar
  15. trait UtilsWithLoggingSpec extends AnyFlatSpec with UtilsSpec
  16. trait ZeroSpec[T] extends AnyFlatSpec with UtilsSpec

Ungrouped