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.

66 lines
4.5 KiB

4 years ago
  1. * [Unity Test Framework overview](./index.md)
  2. * [Edit Mode vs. Play Mode tests](./edit-mode-vs-play-mode-tests.md)
  3. * [Getting started with UTF](./getting-started.md)
  4. * [How to create a new test assembly](./workflow-create-test-assembly.md)
  5. * [How to create a test](./workflow-create-test.md)
  6. * [How to run a test](./workflow-run-test.md)
  7. * [How to create a Play Mode test](./workflow-create-playmode-test.md)
  8. * [How to run a Play Mode test as standalone](./workflow-run-playmode-test-standalone.md)
  9. * [Resources](./resources.md)
  10. * [Extending UTF](./extending.md)
  11. * [How to split the build and run process for standalone Play Mode tests](./reference-attribute-testplayerbuildmodifier.md#split-build-and-run-for-player-mode-tests)
  12. * [How to run tests programmatically](./extension-run-tests.md)
  13. * [How to get test results](./extension-get-test-results.md)
  14. * [How to retrieve the list of tests](./extension-retrieve-test-list.md)
  15. * [Reference](./manual.md#reference)
  16. * [Running tests from the command-line](./reference-command-line.md)
  17. * [UnityTest attribute](./reference-attribute-unitytest.md)
  18. * [Setup and cleanup at build time](./reference-setup-and-cleanup.md)
  19. * [IPrebuildSetup](./reference-setup-and-cleanup.md#iprebuildsetup)
  20. * [IPostBuildCleanup](./reference-setup-and-cleanup.md#ipostbuildcleanup)
  21. * [Actions outside of tests](./reference-actions-outside-tests.md)
  22. * [Action execution order](./reference-actions-outside-tests.md#action-execution-order)
  23. * [UnitySetUp and UnityTearDown](./reference-actions-outside-tests.md#unitysetup-and-unityteardown)
  24. * [OuterUnityTestAction](./reference-actions-outside-tests.md#outerunitytestaction)
  25. * [Domain Reloads](./reference-actions-outside-tests.md#domain-reloads)
  26. * [Custom attributes](./reference-custom-attributes.md)
  27. * [ConditionalIgnore attribute](./reference-attribute-conditionalignore.md)
  28. * [PostBuildCleanup attribute](./reference-setup-and-cleanup.md#prebuildsetup-and-postbuildcleanup)
  29. * [PrebuildSetup attribute](./reference-setup-and-cleanup.md#prebuildsetup-and-postbuildcleanup)
  30. * [TestMustExpectAllLogs attribute](./reference-attribute-testmustexpectalllogs.md)
  31. * [TestPlayerBuildModifier attribute](./reference-attribute-testplayerbuildmodifier.md)
  32. * [TestRunCallback attribute](./reference-attribute-testruncallback.md)
  33. * [UnityPlatform attribute](./reference-attribute-unityplatform.md)
  34. * [UnitySetUp attribute](./reference-actions-outside-tests.md#unitysetup-and-unityteardown)
  35. * [UnityTearDown attribute](./reference-actions-outside-tests.md#unitysetup-and-unityteardown)
  36. * [UnityTest attribute](./reference-attribute-unitytest.md)
  37. * [Custom equality comparers](./reference-custom-equality-comparers.md)
  38. * [ColorEqualityComparer](./reference-comparer-color.md)
  39. * [FloatEqualityComparer](./reference-comparer-float.md)
  40. * [QuaternionEqualityComparer](./reference-comparer-quaternion.md)
  41. * [Vector2EqualityComparer](./reference-comparer-vector2.md)
  42. * [Vector3EqualityComparer](./reference-comparer-vector3.md)
  43. * [Vector4EqualityComparer](./reference-comparer-vector4.md)
  44. * [Custom equality comparers with equals operator](./reference-comparer-equals.md)
  45. * [Test Utils](./reference-test-utils.md)
  46. * [Custom yield instructions](./reference-custom-yield-instructions.md)
  47. * [IEditModeTestYieldInstruction](./reference-custom-yield-instructions.md#IEditModeTestYieldInstruction)
  48. * [EnterPlayMode](./reference-custom-yield-instructions.md#enterplaymode)
  49. * [ExitPlayMode](./reference-custom-yield-instructions.md#exitplaymode)
  50. * [RecompileScripts](./reference-recompile-scripts.md)
  51. * [WaitForDomainReload](./reference-wait-for-domain-reload.md)
  52. * [Custom assertion](./reference-custom-assertion.md)
  53. * [LogAssert](./reference-custom-assertion.md#logassert)
  54. * [Custom constraints](./reference-custom-constraints.md)
  55. * [Is](./reference-custom-constraints.md#is)
  56. * [Parameterized tests](./reference-tests-parameterized.md)
  57. * [MonoBehaviour tests](./reference-tests-monobehaviour.md)
  58. * [MonoBehaviourTest<T>](./reference-tests-monobehaviour.md#monobehaviourtestt)
  59. * [IMonoBehaviourTest](./reference-tests-monobehaviour.md#imonobehaviourtest)
  60. * [TestRunnerApi](./reference-test-runner-api.md)
  61. * [ExecutionSettings](./reference-execution-settings.md)
  62. * [Filter](./reference-filter.md)
  63. * [ITestRunSettings](./reference-itest-run-settings.md)
  64. * [ICallbacks](./reference-icallbacks.md)
  65. * [IErrorCallbacks](./reference-ierror-callbacks.md)