Show / Hide Table of Contents

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.

Inheritance
object
TestSuite
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX