google_api_firebase_rules v0.10.0 GoogleApi.FirebaseRules.V1.Model.TestSuite View Source
TestSuite
is a collection of TestCase
instances that validate the logical
correctness of a Ruleset
. The TestSuite
may be referenced in-line within
a TestRuleset
invocation or as part of a Release
object as a pre-release
check.
Attributes
testCases
(type:list(GoogleApi.FirebaseRules.V1.Model.TestCase.t)
, default:nil
) - Collection of test cases associated with theTestSuite
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.FirebaseRules.V1.Model.TestSuite{ testCases: [GoogleApi.FirebaseRules.V1.Model.TestCase.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.