scalus.testing
package scalus.testing
Members list
Packages
package scalus.testing.kit
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 SealedTraitDerivationtrait CommonDerivation[Arbitrary]class Objecttrait Matchableclass AnyShow all
- Self type
-
ArbitraryDerivation.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 Tagclass Objecttrait Matchableclass Any
- Self type
-
IntegrationTest.type
In this article