Fixed edit mode, clear continuations and runners on run mode change, edit mode unit tests

This commit is contained in:
Antonio
2019-09-09 13:07:56 +02:00
committed by Antonio Ruggiero
parent 50ba93f951
commit ecf6c1fba5
13 changed files with 1326 additions and 21 deletions

View File

@@ -0,0 +1,23 @@
{
"name": "UniRx.Async.Tests.Editor",
"references": [
"UnityEngine.TestRunner",
"UnityEditor.TestRunner",
"UniRx.Async",
"UniRx.Async.Tests"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": true,
"precompiledReferences": [
"nunit.framework.dll"
],
"autoReferenced": false,
"defineConstraints": [
"UNITY_INCLUDE_TESTS"
],
"versionDefines": []
}