summaryrefslogtreecommitdiff
path: root/Library/PackageCache/com.unity.test-framework@1.1.11/Documentation~/workflow-run-test.md
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-04-20 19:09:33 -0400
committerAndrew Lee <alee14498@protonmail.com>2020-04-20 19:09:33 -0400
commit7c1e566113d59699af1624186c64eca67f063fc6 (patch)
tree5a6850a695986872d5d0b09d7dab8421628fe33e /Library/PackageCache/com.unity.test-framework@1.1.11/Documentation~/workflow-run-test.md
parentdd117b77aae1d8be7563b360d05b842a73b7dab2 (diff)
downloadProject-Sandbox-7c1e566113d59699af1624186c64eca67f063fc6.tar.gz
Project-Sandbox-7c1e566113d59699af1624186c64eca67f063fc6.tar.bz2
Project-Sandbox-7c1e566113d59699af1624186c64eca67f063fc6.zip
Upgraded Unity
Diffstat (limited to 'Library/PackageCache/com.unity.test-framework@1.1.11/Documentation~/workflow-run-test.md')
-rw-r--r--Library/PackageCache/com.unity.test-framework@1.1.11/Documentation~/workflow-run-test.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/Library/PackageCache/com.unity.test-framework@1.1.11/Documentation~/workflow-run-test.md b/Library/PackageCache/com.unity.test-framework@1.1.11/Documentation~/workflow-run-test.md
deleted file mode 100644
index 87b7650..0000000
--- a/Library/PackageCache/com.unity.test-framework@1.1.11/Documentation~/workflow-run-test.md
+++ /dev/null
@@ -1,19 +0,0 @@
-# Workflow: How to run a test
-
-To run a test, you need to double-click on the test or test fixture name in the **Test Runner** window.
-
-You can also use one of the buttons on the top bar, **Run All** or **Run Selected**. As a result, you’ll see the test status icon changed and a counter in the top right corner updated:
-
-![EditMode Run Test](./images/editmode-run-test.png)
-
-You may also use a context menu option **Run**, right-click on any item in the test tree to have it (with all its children if any) run.
-
-![EditMode Run Tests](./images/editmode-run-tests.png)
-
-
-
-## Run tests within Rider
-
-It is possible to run unit tests in the Unity Test Framework directly from [JetBrains Rider](https://www.jetbrains.com/rider/).
-
-For more information, see the [JetBrains official documentation](https://www.jetbrains.com/help/rider/Running_and_Debugging_Unity_Tests.html) and their blog post [Run Unity tests in Rider 2018.1](https://blog.jetbrains.com/dotnet/2018/04/18/run-unity-tests-rider-2018-1/). \ No newline at end of file