MiniProgramPublisherBackendSmokeExpectation constructor

const MiniProgramPublisherBackendSmokeExpectation({
  1. int expectedStatus = defaultExpectedStatus,
  2. bool expectJsonObject = defaultExpectJsonObject,
})

Creates a smoke-test expectation.

Implementation

const MiniProgramPublisherBackendSmokeExpectation({
  this.expectedStatus = defaultExpectedStatus,
  this.expectJsonObject = defaultExpectJsonObject,
});