-- Hoogle documentation, generated by Haddock -- See Hoogle, http://www.haskell.org/hoogle/ -- | Unity3D TestResults parser @package unity-testresult-parser @version 0.1.0.7 module Parser testResults :: String -> Either String [TestCase] data TestCase data TestResult TestSuccess :: TestResult TestFailure :: FailureReason -> TestResult UnknownResult :: Text -> TestResult data FailureReason testCase :: TestCase -> Text testId :: TestCase -> Int testResult :: TestCase -> TestResult failureMessage :: FailureReason -> Text stackTrace :: FailureReason -> Text instance GHC.Classes.Eq Parser.TestCase instance GHC.Show.Show Parser.TestCase instance GHC.Classes.Eq Parser.TestResult instance GHC.Show.Show Parser.TestResult instance GHC.Classes.Eq Parser.FailureReason instance GHC.Show.Show Parser.FailureReason