TestCase constructor

TestCase({
  1. String? expectation,
  2. String? expressionReportLevel,
  3. List<FunctionMock>? functionMocks,
  4. String? pathEncoding,
  5. Object? request,
  6. Object? resource,
})

Implementation

TestCase({
  this.expectation,
  this.expressionReportLevel,
  this.functionMocks,
  this.pathEncoding,
  this.request,
  this.resource,
});