getMockMappingVO static method

TGMockMappingVO? getMockMappingVO(
  1. String url,
  2. String method
)

Implementation

static TGMockMappingVO? getMockMappingVO(String url, String method) {
  String hash = _generateHash(url, method);
  return _mockMappings[hash];
}