Packages

o

hedgehog.examples

CoverageTest

object CoverageTest extends Properties

Linear Supertypes
Properties, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CoverageTest
  2. Properties
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def main(args: Array[String]): Unit

    Allows the implementing test to be run separately without SBT

    Allows the implementing test to be run separately without SBT

    Definition Classes
    Properties
  2. def testClassify: Property
  3. def testClassify2: Property
  4. def testCollect: Property
  5. def testCollect2: Property
  6. def testCoverBoolean: Property
  7. def testCoverBoolean2: Property
  8. def testCoverNumber: Property
  9. def testCoverNumber2: Property
  10. def tests: List[Test]
    Definition Classes
    CoverageTestProperties