mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-27 02:40:08 +00:00
UNITY_WEBGL unittest
This commit is contained in:
@@ -55,6 +55,8 @@ namespace Cysharp.Threading.TasksTests
|
||||
}
|
||||
}
|
||||
|
||||
#if !UNITY_WEBGL
|
||||
|
||||
[UnityTest]
|
||||
public IEnumerator DelayAnd() => UniTask.ToCoroutine(async () =>
|
||||
{
|
||||
@@ -76,6 +78,8 @@ namespace Cysharp.Threading.TasksTests
|
||||
}
|
||||
});
|
||||
|
||||
#endif
|
||||
|
||||
[UnityTest]
|
||||
public IEnumerator DelayIgnore() => UniTask.ToCoroutine(async () =>
|
||||
{
|
||||
@@ -183,6 +187,8 @@ namespace Cysharp.Threading.TasksTests
|
||||
diff.Should().Be(11);
|
||||
});
|
||||
|
||||
#if !UNITY_WEBGL
|
||||
|
||||
[UnityTest]
|
||||
public IEnumerator SwitchTo() => UniTask.ToCoroutine(async () =>
|
||||
{
|
||||
@@ -215,6 +221,8 @@ namespace Cysharp.Threading.TasksTests
|
||||
currentThreadId.Should().Be(switchedThreadId2);
|
||||
});
|
||||
|
||||
#endif
|
||||
|
||||
//[UnityTest]
|
||||
//public IEnumerator ObservableConversion() => UniTask.ToCoroutine(async () =>
|
||||
//{
|
||||
|
||||
Reference in New Issue
Block a user