Skip to content

Latest commit

 

History

History
26 lines (24 loc) · 475 Bytes

TOC.markdown

File metadata and controls

26 lines (24 loc) · 475 Bytes

FlexUnit Documenation Table of Contents

  • Part 1 - FlexUnit
    • Introduction
      • Runners and Listeners
        • UIRunner
        • UIListener
        • Whatever else...
      • Anatomy of A FlexUnit 4 Test
        • Metadata
      • Organization of Tests
        • Tests
        • Suites
      • Assertions
        • Assert
          • Methods
        • Assert Functions
          • assertThat
    • Features of FlexUnit 4
      • Theories
      • Parameterized Test
      • CI
  • Part 2 - Writing Testable Code
    • Introduction
      • Stop being dumb.