Interface HttpMock


public interface HttpMock
  • Method Details

    • await

      HttpMock await()
    • await

      HttpMock await(Duration polling)
    • verifyNever

      void verifyNever()
    • verifyOnce

      void verifyOnce()
    • verifyExactly

      void verifyExactly(int times)
    • verifyAtLeast

      void verifyAtLeast(int times)
    • verifyAtMost

      void verifyAtMost(int times)
    • verifyBetween

      void verifyBetween(int atLeast, int atMost)