| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
TestUtils.TestCases
Documentation
Constructors
| AppRowWise | |
| AppColumnWise |
class InputTypeAbleFSS a where Source #
Methods
extractTestInputType :: a -> TestInputType Source #
Instances
| InputTypeAbleFSS TestScenarioCohort Source # | |
Defined in TestUtils.TestCases Methods extractTestInputType :: TestScenarioCohort -> TestInputType Source # | |
data TestCollectorInputType Source #
Constructors
| TestCollectorInputFile | |
| TestCollectorInputS3 |
data TestCollectorScenario Source #
data TestDataType Source #
Constructors
| TestDataEmpty | |
| TestDataSmall | |
| TestDataManySubj | |
| TestDataManyEvent |
data TestInputType Source #
Constructors
| TestInputFile | |
| TestInputStdin | |
| TestInputS3 |
data TestOutputType Source #
Constructors
| TestOutputFile | |
| TestOutputStdout | |
| TestOutputS3 |
data TestScenarioCohort Source #
Constructors
| TestScenarioCohort | |
Instances
| InputTypeAbleFSS TestScenarioCohort Source # | |
Defined in TestUtils.TestCases Methods extractTestInputType :: TestScenarioCohort -> TestInputType Source # | |
createCollectorTests :: String -> (TestCollectorScenario -> TestTree) -> TestTree Source #
createTestsCartesian :: String -> (TestScenarioCohort -> TestTree) -> TestTree Source #