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 the TestSuite.

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 Source
t() :: %GoogleApi.FirebaseRules.V1.Model.TestSuite{
  testCases: [GoogleApi.FirebaseRules.V1.Model.TestCase.t()]
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.