Buffet.Test.TestResult
data TestResult Source #
Constructors
Fields
Defined in Buffet.Test.TestResult
Methods
(==) :: TestResult -> TestResult -> Bool #
(/=) :: TestResult -> TestResult -> Bool #
compare :: TestResult -> TestResult -> Ordering #
(<) :: TestResult -> TestResult -> Bool #
(<=) :: TestResult -> TestResult -> Bool #
(>) :: TestResult -> TestResult -> Bool #
(>=) :: TestResult -> TestResult -> Bool #
max :: TestResult -> TestResult -> TestResult #
min :: TestResult -> TestResult -> TestResult #
showsPrec :: Int -> TestResult -> ShowS #
show :: TestResult -> String #
showList :: [TestResult] -> ShowS #
Associated Types
type Rep TestResult :: Type -> Type #
from :: TestResult -> Rep TestResult x #
to :: Rep TestResult x -> TestResult #
toJSON :: TestResult -> Value #
toEncoding :: TestResult -> Encoding #
toJSONList :: [TestResult] -> Value #
toEncodingList :: [TestResult] -> Encoding #