Packages

package core

Package Members

  1. package aggregate
  2. package builder
  3. package caching
  4. package client
  5. package concurrency
  6. package dal
  7. package databaseService
  8. package endpoint
  9. package exception
  10. package functions
  11. package http
  12. package jdbc
  13. package json
  14. package language
  15. package legacy
  16. package local
  17. package logging
  18. package map
  19. package metrics
  20. package misc
  21. package mock
  22. package monad
  23. package objectify
  24. package optics
  25. package orm
  26. package parserAndWriter
  27. package profiling
  28. package reflection
  29. package retry
  30. package script
  31. package streams
  32. package strings
  33. package success
  34. package time

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