TestCase class

Constructors

TestCase({int? createdBy, DateTime? createdOn, String? customExpected, String? customPreconds, String? customSteps, List<CustomStep>? customStepsSeparated, String? estimate, String? estimateForecast, required int id, int? milestoneId, int? priorityId, String? refs, int? sectionId, int? suiteId, String? title, int? typeId, int? updatedBy, DateTime? updatedOn})
TestCase.fromJson(Map<String, dynamic> json)
factory

Properties

asJson Map<String, dynamic>
no setter
createdBy int?
final
createdOn DateTime?
final
customExpected String?
final
customPreconds String?
final
customSteps String?
final
customStepsSeparated List<CustomStep>?
final
estimate String?
final
estimateForecast String?
final
hashCode int
The hash code for this object.
no setterinherited
id int
final
milestoneId int?
final
priorityId int?
final
refs String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sectionId int?
final
suiteId int?
final
title String?
final
typeId int?
final
updatedBy int?
final
updatedOn DateTime?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

get(int caseId) Future<TestCase>