Safe Haskell | None |
---|
Unittests for the job queue functionality.
- justNoTs :: Maybe Timestamp
- genQueuedOpCode :: Gen QueuedOpCode
- emptyJob :: Monad m => m QueuedJob
- genJobId :: Gen JobId
- case_JobPriorityDef :: Assertion
- prop_JobPriority :: Property
- case_JobStatusDef :: Assertion
- prop_JobStatus :: Property
- case_JobStatusPri_py_equiv :: Assertion
- prop_ListJobIDs :: Property
- prop_LoadJobs :: Property
- prop_DetermineDirs :: Property
- prop_InputOpCode :: MetaOpCode -> Int -> Property
- prop_extractOpSummary :: MetaOpCode -> Int -> Property
- testJQueue :: Test
Helpers
Test cases
case_JobPriorityDef :: AssertionSource
prop_JobPriority :: PropertySource
case_JobStatusDef :: AssertionSource
prop_JobStatus :: PropertySource
case_JobStatusPri_py_equiv :: AssertionSource
prop_ListJobIDs :: PropertySource
prop_LoadJobs :: PropertySource
prop_DetermineDirs :: PropertySource
prop_InputOpCode :: MetaOpCode -> Int -> PropertySource
prop_extractOpSummary :: MetaOpCode -> Int -> PropertySource
testJQueue :: TestSource