View Source GoogleApi.FirebaseRules.V1.Model.TestSuite (google_api_firebase_rules v0.17.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.FirebaseRules.V1.Model.TestSuite{
  testCases: [GoogleApi.FirebaseRules.V1.Model.TestCase.t()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.