cardano-ledger-byron-test-1.5.2.0: Test helpers from cardano-ledger exposed to other packages
Safe HaskellSafe-Inferred
LanguageHaskell2010

Test.Options

Synopsis

Documentation

scenarioScaledTestLimitTestScenarioTestLimit Source #

Multiply the default scenario values by a scalar

scenarioScaleDefaultTestScenarioRatio TestLimit Source #

Return an Int number of tests, using the above-defined defaults

eachOfTS ∷ (Show a, HasCallStack) ⇒ TestLimitGen a → (a → PropertyT IO ()) → TestScenarioProperty Source #

A modified eachOf which uses the default TestScenario values, multiplied by a scalar

withTestsTSTestLimitPropertyTestScenarioProperty Source #

A modified withTests which uses the default TestScenario values, multiplied by a scalar

type TSProperty = TestScenarioProperty Source #

Convenient alias for TestScenario-dependent Propertys

type TSGroup = TestScenarioGroup Source #

Convenient alias for TestScenario-dependent Groups

data ShouldAssertNF Source #

Constructors

AssertNF 
NoAssertNF 

Instances

Instances details
Show ShouldAssertNF Source # 
Instance details

Defined in Test.Options

Eq ShouldAssertNF Source # 
Instance details

Defined in Test.Options