Test.Utils.Roundtrip
jsonRoundtripAndGolden :: forall a. (Arbitrary a, ToJSON a, FromJSON a, Typeable a) => FilePath -> Proxy a -> Spec Source #
httpApiDataRoundtrip :: forall a. (Arbitrary a, FromHttpApiData a, ToHttpApiData a, Typeable a, Eq a, Show a) => Proxy a -> Spec Source #