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