Home / Class/ OnSelectEventTestCase Class — react Architecture

OnSelectEventTestCase Class — react Architecture

Architecture documentation for the OnSelectEventTestCase class in OnSelectEventTestCase.js from the react codebase.

Entity Profile

Dependency Diagram

graph TD
  222d3377_8b6b_8527_3014_640296a21a30["OnSelectEventTestCase"]
  7680536c_c07f_3727_61d8_e447a4d8d88e["OnSelectEventTestCase.js"]
  222d3377_8b6b_8527_3014_640296a21a30 -->|defined in| 7680536c_c07f_3727_61d8_e447a4d8d88e
  6dcd734d_521d_87ae_146b_b41c1a0ced6a["render()"]
  222d3377_8b6b_8527_3014_640296a21a30 -->|method| 6dcd734d_521d_87ae_146b_b41c1a0ced6a

Relationship Graph

Source Code

fixtures/dom/src/components/fixtures/selection-events/OnSelectEventTestCase.js lines 32–50

export default class OnSelectEventTestCase extends React.Component {
  render() {
    return (
      <TestCase
        title="onSelect events within iframes"
        description="onSelect events should fire for elements rendered inside iframes">
        <TestCase.Steps>
          <li>Highlight some of the text in the input below</li>
          <li>Move the cursor around using the arrow keys</li>
        </TestCase.Steps>
        <TestCase.ExpectedResult>
          The displayed count should increase as you highlight or move the
          cursor
        </TestCase.ExpectedResult>
        <OnSelectIframe />
      </TestCase>
    );
  }
}

Domain

Frequently Asked Questions

What is the OnSelectEventTestCase class?
OnSelectEventTestCase is a class in the react codebase, defined in fixtures/dom/src/components/fixtures/selection-events/OnSelectEventTestCase.js.
Where is OnSelectEventTestCase defined?
OnSelectEventTestCase is defined in fixtures/dom/src/components/fixtures/selection-events/OnSelectEventTestCase.js at line 32.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free