SonarJS linter helper functions
    Preparing search index...

    Interface TestCase

    interface TestCase {
        callback: Function;
        node: Node;
    }
    Index

    Properties

    Properties

    callback: Function
    node: Node