skeletest
Safe HaskellNone
LanguageGHC2021

Skeletest.Plugin

Synopsis

Documentation

data Plugin Source #

Constructors

Plugin 

Instances

Instances details
Monoid Plugin Source # 
Instance details

Defined in Skeletest.Plugin

Semigroup Plugin Source # 
Instance details

Defined in Skeletest.Plugin

Hooks

data Hooks Source #

Constructors

Hooks 

Instances

Instances details
Monoid Hooks Source # 
Instance details

Defined in Skeletest.Plugin

Methods

mempty :: Hooks #

mappend :: Hooks -> Hooks -> Hooks #

mconcat :: [Hooks] -> Hooks #

Semigroup Hooks Source # 
Instance details

Defined in Skeletest.Plugin

Methods

(<>) :: Hooks -> Hooks -> Hooks #

sconcat :: NonEmpty Hooks -> Hooks #

stimes :: Integral b => b -> Hooks -> Hooks #

Re-exports

TestResult

TestInfo

data TestInfo Source #

Constructors

TestInfo 

Fields

Instances

Instances details
Show TestInfo Source # 
Instance details

Defined in Skeletest.Internal.TestInfo

Markers

findMarker :: IsMarker a => [SomeMarker] -> Maybe a Source #

Find the first marker in the given list with the given type.

hasMarkerNamed :: String -> [SomeMarker] -> Bool Source #

Return true if the given marker name is present.