Toggle menu
913
3.8K
30.2K
279.2K
Catglobe Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

TaskTestcase class

From Catglobe Wiki

TaskTestcase


Represents the test case assignment on a task.

Parent class

Inherits from Array

Constructors

  • (int testCaseId "Unique id of the test case") - Create a task testcase assignment from a testcase id
  • (int testCaseId "Unique id of the test case", int versionIndex "Version index of the test case") - Create a task testcase assignment from a testcase id and version index

Methods

  • string ToString() - The string representation of the object.
  • object this[] { get; }(int index "Index") - Backward-compatible indexer
  • Empty this[] { get; }(int index "Index", object value "Value to set") - Backward-compatible indexer

Properties

  • number Average { get; } - Average of the objects in the Array object. Can only use if all the elements are of type Number
  • number Max { get; } - Largest of all the objects in the Array object. Can only use if all the elements are of type Number
  • number Min { get; } - Smallest of all the objects in the Array object. Can only use if all the elements are of type Number
  • string ObjectTypeName { get; } - The name of the type of object.
  • number Sum { get; } - Sum of all the objects in the Array object. Can only use if all the elements are of type Number
  • int TestCaseId { get; set; } - The unique id of the test case
  • TypeInformation TypeInformation { get; } - Get information about this class.
  • int VersionIndex { get; set; } - The version index of the test case