UNPKG

graphdb-workbench

Version:
10 lines (9 loc) 331 B
import { ResponseMock } from '../../http/test/response-mock'; export declare class TestUtil { static mockResponse(responseMock: ResponseMock): void; static mockResponses(responseMocks: ResponseMock[]): void; /** * Clears all mocks after each test to ensure isolation. */ static restoreAllMocks(): void; }