{-# LANGUAGE DataKinds #-}
{-# LANGUAGE DerivingStrategies #-}
{-# LANGUAGE DuplicateRecordFields #-}
{-# LANGUAGE ImportQualifiedPost #-}
{-# LANGUAGE LambdaCase #-}
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE PatternSynonyms #-}
{-# LANGUAGE RecordWildCards #-}
{-# LANGUAGE StrictData #-}
{-# LANGUAGE TypeFamilies #-}
{-# LANGUAGE NoImplicitPrelude #-}
{-# OPTIONS_GHC -fno-warn-duplicate-exports #-}
{-# OPTIONS_GHC -fno-warn-name-shadowing #-}
{-# OPTIONS_GHC -fno-warn-unused-binds #-}
{-# OPTIONS_GHC -fno-warn-unused-imports #-}
{-# OPTIONS_GHC -fno-warn-unused-matches #-}
module Gogol.ToolResults
(
toolResultsService,
Xgafv (..),
ANR (..),
newANR,
AvailableDeepLinks (..),
newAvailableDeepLinks,
BlankScreen (..),
newBlankScreen,
CrashDialogError (..),
newCrashDialogError,
EncounteredLoginScreen (..),
newEncounteredLoginScreen,
EncounteredNonAndroidUiWidgetScreen (..),
newEncounteredNonAndroidUiWidgetScreen,
FailedToInstall (..),
newFailedToInstall,
FatalException (..),
newFatalException,
InAppPurchasesFound (..),
newInAppPurchasesFound,
InsufficientCoverage (..),
newInsufficientCoverage,
IosAppCrashed (..),
newIosAppCrashed,
LauncherActivityNotFound (..),
newLauncherActivityNotFound,
NativeCrash (..),
newNativeCrash,
NonSdkApi (..),
newNonSdkApi,
NonSdkApi_List (..),
NonSdkApiInsight (..),
newNonSdkApiInsight,
NonSdkApiUsageViolation (..),
newNonSdkApiUsageViolation,
NonSdkApiUsageViolationReport (..),
newNonSdkApiUsageViolationReport,
OverlappingUIElements (..),
newOverlappingUIElements,
PendingGoogleUpdateInsight (..),
newPendingGoogleUpdateInsight,
PerformedGoogleLogin (..),
newPerformedGoogleLogin,
PerformedMonkeyActions (..),
newPerformedMonkeyActions,
RoboScriptExecution (..),
newRoboScriptExecution,
StackTrace (..),
newStackTrace,
StartActivityNotFound (..),
newStartActivityNotFound,
UIElementTooDeep (..),
newUIElementTooDeep,
UnspecifiedWarning (..),
newUnspecifiedWarning,
UnusedRoboDirective (..),
newUnusedRoboDirective,
UpgradeInsight (..),
newUpgradeInsight,
UsedRoboDirective (..),
newUsedRoboDirective,
UsedRoboIgnoreDirective (..),
newUsedRoboIgnoreDirective,
)
where
import Gogol.ToolResults.Types