• A They are used to organize the code in the main application.
  • B They are used to structure unit tests into setup (Arrange), execution (Act), and verification (Assert) phases.
  • C They are used to compile and run the unit tests.
  • D They are used to generate documentation for the tests.