Class TestSuite
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.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseRules.v1.Data
Assembly: Google.Apis.FirebaseRules.v1.dll
Syntax
public class TestSuite : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TestCases
Collection of test cases associated with the TestSuite
.
Declaration
[JsonProperty("testCases")]
public virtual IList<TestCase> TestCases { get; set; }
Property Value
Type | Description |
---|---|
IList<TestCase> |