6.3 KiB
6.3 KiB
- Unity Test Framework overview
- What's new
- Edit Mode vs. Play Mode tests
- Getting started with UTF
- Extending UTF
- Reference
- Learn Unity Test Framework
- Overview
- General introduction
- Intro
- Running a test in a Unity project
- Arrange, act, assert
- Semantic test assertion
- Custom comparison
- Asserting logs
- Setup and teardown
- Play mode tests
- Play mode tests in a player
- Using the UnityTest attribute
- Long-running tests
- Scene-based tests
- Setup and cleanup at build time
- Domain reload
- Preserve test state
- Test cases
- Custom attributes
- Running tests programmatically
- Testing Lost Crypt
- Resources