• Generates an example of a TypeScript test for a given class, method, and test name.

    Returns

    An example of a TypeScript test for the given class, method, and test name.

    Parameters

    • Optional className: string

      The class name, e.g. ExampleClass. If not provided, defaults to ExampleClass.

    • Optional methodName: string

      The method name, e.g. exampleMethod. If not provided, defaults to exampleMethod.

    • Optional testName: string

      The test name, e.g. should .... If not provided, defaults to should ....

    Returns string

Generated using TypeDoc