package core
Type Members
- trait AsyncFixture[M[_]] extends AnyFlatSpec with CoreSpec
- trait CoreSpec extends AnyFlatSpec with Matchers with Eventually
- trait FunctionFixture extends Matchers
- class LanguageSpec extends AnyFlatSpec with UtilsSpec with ScalaFutureAsAsyncAndMonadAndFailer with AsyncFixture[Future] with FunctionFixture
- trait MockitoSugar extends AnyRef
- class MonoidForIntSpec extends MonoidSpec[Int]
- class MonoidForListSpec extends MonoidSpec[List[String]]
- class MonoidForMapSpec extends MonoidSpec[Map[Int, Int]]
- class MonoidForSeqSpec extends MonoidSpec[Seq[String]]
- abstract class MonoidSpec[T] extends AnyFlatSpec with SemiGroupSpec[T] with ZeroSpec[T]
- class PimperTests extends AnyFlatSpec with UtilsSpec with FunctionFixture
- trait SemiGroupSpec[T] extends AnyFlatSpec with UtilsSpec
- class SemigroupForOptionSpec extends AnyFlatSpec with SemiGroupSpec[Option[String]]
- trait UtilsSpec extends AnyFlatSpec with CoreSpec with Eventually with MockitoSugar
- trait UtilsWithLoggingSpec extends AnyFlatSpec with UtilsSpec
- trait ZeroSpec[T] extends AnyFlatSpec with UtilsSpec