interface IFocusableTest {
    focus(): void;
}

Implemented by

Methods

Methods

  • Moves the focus to this test. This does nothing if the test is not in the currently-running sub-inspection or the global tag area.

    Returns void