SW 중심대학 OSS GIT 서버 박건태, 이승준, 고기완, 이준호 새로운 배포
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
754 B

4 years ago
  1. # Getting started with Unity Test Framework
  2. To access the Unity Test Framework (UTF) in the Unity Editor, open the **Test Runner** window; go to **Window** > **General** > **Test Runner**.
  3. ![Unity Test Runner window](./images/test-runner-window.png)
  4. To get started with UTF, follow the workflows below:
  5. * [How to create a new test assembly](./workflow-create-test-assembly.md)
  6. * [How to create a test](./workflow-create-test.md)
  7. * [How to run a test](./workflow-run-test.md)
  8. * [How to create a Play Mode test](./workflow-create-playmode-test.md)
  9. * [How to run a Play Mode test as standalone](./workflow-run-playmode-test-standalone.md)
  10. For further information, see the [resources](./resources.md) and [reference](./manual.md#reference) sections.