@o3r/testing
Version:
The module provides testing (e2e, unit test) utilities to help you build your own E2E pipeline integrating visual testing.
16 lines • 631 B
TypeScript
import { MethodType } from './models';
/**
* Get the signature of the function
* @param methodType the type of the method
* @param selector query selector
* @returns the signature of the function
*/
export declare const getSignature: (methodType: MethodType, selector: string) => string;
/**
* Get the implementation of the function
* @param methodType the type of the method
* @param classPropSelector the selector class property
* @returns the implementation of the function
*/
export declare const getImplementation: (methodType: MethodType, classPropSelector: string) => string;
//# sourceMappingURL=helpers.d.ts.map