tests

package tests

Members list

Type members

Classlikes

abstract class BackendCompatibilitySuite(storage: Resource[IO, Backend[IO, Int, Int, String, Int]], name: String) extends StorageSuite[Backend[IO, Int, Int, String, Int]]

Attributes

Source
BackendCompatibilitySuite.scala
Supertypes
class FunSuite
trait BaseFunSuite
trait ValueTransforms
trait SuiteTransforms
trait TestTransforms
trait TestOptionsConversions
trait FunFixtures
trait Assertions
trait CompileErrorMacro
class Suite
trait PlatformSuite
class Object
trait Matchable
class Any
Show all
abstract class CqrsSuite[S, R, N](backend: Resource[IO, Backend[IO, Int, String, Int]], name: String) extends StorageSuite[Backend[IO, Int, String, Int]]

Attributes

Source
CqrsSuite.scala
Supertypes
class FunSuite
trait BaseFunSuite
trait ValueTransforms
trait SuiteTransforms
trait TestTransforms
trait TestOptionsConversions
trait FunFixtures
trait Assertions
trait CompileErrorMacro
class Suite
trait PlatformSuite
class Object
trait Matchable
class Any
Show all
abstract class PersistenceSuite(storage: Resource[IO, Backend[IO, Int, Int, String, Int]], name: String) extends StorageSuite[Backend[IO, Int, Int, String, Int]]

Attributes

Source
PersistenceSuite.scala
Supertypes
class FunSuite
trait BaseFunSuite
trait ValueTransforms
trait SuiteTransforms
trait TestTransforms
trait TestOptionsConversions
trait FunFixtures
trait Assertions
trait CompileErrorMacro
class Suite
trait PlatformSuite
class Object
trait Matchable
class Any
Show all
object PreparedData

Attributes

Source
BackendCompatibilitySuite.scala
Supertypes
class Object
trait Matchable
class Any
Self type
abstract class StorageSuite[Res](storage: Resource[IO, Res], suiteName: String) extends CatsEffectSuite

Attributes

Source
StorageSuite.scala
Supertypes
class FunSuite
trait BaseFunSuite
trait ValueTransforms
trait SuiteTransforms
trait TestTransforms
trait TestOptionsConversions
trait FunFixtures
trait Assertions
trait CompileErrorMacro
class Suite
trait PlatformSuite
class Object
trait Matchable
class Any
Show all
Known subtypes
object TestCQRSModel extends CQRSModel[Int, String]

Attributes

Source
CqrsSuite.scala
Supertypes
trait CQRSModel[Int, String]
class Object
trait Matchable
class Any
Self type
object TestDomain extends DomainModel[Int, Int, String]

Attributes

Source
TestDomain.scala
Supertypes
class Object
trait Matchable
class Any
Self type
TestDomain.type

Value members

Concrete methods

Attributes

Source
Utils.scala

Concrete fields

Attributes

Source
TestDomain.scala