Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
defEnabledObj :: Value -> Value Source #
hasExplicitLockStatus :: String -> Bool Source #
checkFeature :: (HasCallStack, MakesValue user, MakesValue tid) => String -> user -> tid -> Value -> App () Source #
assertForbidden :: HasCallStack => Response -> App () Source #
data ConfCalling Source #
Instances
Default ConfCalling Source # | |
Defined in Test.FeatureFlags.Util def :: ConfCalling Source # |
confCalling :: ConfCalling -> Value Source #
checkPatch :: (HasCallStack, MakesValue domain) => domain -> String -> Value -> App () Source #
mkFeatureTests :: String -> FeatureTests Source #
addUpdate :: Value -> FeatureTests -> FeatureTests Source #
addInvalidUpdate :: Value -> FeatureTests -> FeatureTests Source #
setOwner :: MakesValue user => user -> FeatureTests -> App FeatureTests Source #
runFeatureTests :: (HasCallStack, MakesValue domain) => domain -> APIAccess -> FeatureTests -> App () Source #