| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Convex.TestingInterface.Options
Synopsis
- newtype ThreatModelNameFilter = ThreatModelNameFilter [String]
- threatModelNameFilterIngredient :: Ingredient
- newtype ListThreatModels = ListThreatModels Bool
- listThreatModelsIngredient :: Ingredient
- newtype ListThreatModelsJson = ListThreatModelsJson Bool
- listThreatModelsJsonIngredient :: Ingredient
- testingInterfaceIngredients :: [Ingredient]
- defaultMainTestingInterface :: HasCallStack => TestTree -> IO ()
Documentation
newtype ThreatModelNameFilter Source #
Constructors
| ThreatModelNameFilter [String] |
Instances
newtype ListThreatModels Source #
Constructors
| ListThreatModels Bool |
Instances
| Eq ListThreatModels Source # | |
Defined in Convex.TestingInterface.Options Methods (==) :: ListThreatModels -> ListThreatModels -> Bool # (/=) :: ListThreatModels -> ListThreatModels -> Bool # | |
| Ord ListThreatModels Source # | |
Defined in Convex.TestingInterface.Options Methods compare :: ListThreatModels -> ListThreatModels -> Ordering # (<) :: ListThreatModels -> ListThreatModels -> Bool # (<=) :: ListThreatModels -> ListThreatModels -> Bool # (>) :: ListThreatModels -> ListThreatModels -> Bool # (>=) :: ListThreatModels -> ListThreatModels -> Bool # max :: ListThreatModels -> ListThreatModels -> ListThreatModels # min :: ListThreatModels -> ListThreatModels -> ListThreatModels # | |
| IsOption ListThreatModels Source # | |
Defined in Convex.TestingInterface.Options | |
newtype ListThreatModelsJson Source #
Constructors
| ListThreatModelsJson Bool |
Instances
| Eq ListThreatModelsJson Source # | |
Defined in Convex.TestingInterface.Options Methods (==) :: ListThreatModelsJson -> ListThreatModelsJson -> Bool # (/=) :: ListThreatModelsJson -> ListThreatModelsJson -> Bool # | |
| Ord ListThreatModelsJson Source # | |
Defined in Convex.TestingInterface.Options Methods compare :: ListThreatModelsJson -> ListThreatModelsJson -> Ordering # (<) :: ListThreatModelsJson -> ListThreatModelsJson -> Bool # (<=) :: ListThreatModelsJson -> ListThreatModelsJson -> Bool # (>) :: ListThreatModelsJson -> ListThreatModelsJson -> Bool # (>=) :: ListThreatModelsJson -> ListThreatModelsJson -> Bool # max :: ListThreatModelsJson -> ListThreatModelsJson -> ListThreatModelsJson # min :: ListThreatModelsJson -> ListThreatModelsJson -> ListThreatModelsJson # | |
| IsOption ListThreatModelsJson Source # | |
Defined in Convex.TestingInterface.Options | |
testingInterfaceIngredients :: [Ingredient] Source #
Common testing-interface ingredients to combine with streaming defaults.
defaultMainTestingInterface :: HasCallStack => TestTree -> IO () Source #
Default test-suite entrypoint for testing-interface packages.