scalus.testing

package scalus.testing

Members list

Packages

Type members

Classlikes

object ArbitraryDerivation extends AutoDerivation[Arbitrary]

Derives an Arbitrary instance for a given type T using Magnolia.

Derives an Arbitrary instance for a given type T using Magnolia.

Attributes

Example
   given Arbitrary[AddrKeyHash] = ArbitraryDerivation.autoDerived[AddrKeyHash]
Supertypes
trait AutoDerivation[Arbitrary]
trait Derivation[Arbitrary]
trait SealedTraitDerivation
trait CommonDerivation[Arbitrary]
class Object
trait Matchable
class Any
Show all
Self type
object IntegrationTest extends Tag

Tag for integration tests that require external services (blockchain nodes, APIs).

Tag for integration tests that require external services (blockchain nodes, APIs).

Tests tagged with this tag are excluded from default test runs. To run integration tests, use:

sbt "project/testOnly -- -n scalus.testing.IntegrationTest"

Attributes

Supertypes
class Tag
class Object
trait Matchable
class Any
Self type