This commit is contained in:
2025-01-17 13:10:42 +01:00
commit 4536213c91
15115 changed files with 1442174 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
"displayName": "Exercise 8: PlayMode Tests in Player",
"description": "This section will teach you how to run PlayMode tests in a Standalone player on your machine.",
"interactiveImport": true
}

View File

@@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 7ba6127eb44d61446a8202fbb9304d19
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,17 @@
using System.Collections;
using System.Collections.Generic;
using NUnit.Framework;
using UnityEngine;
using UnityEngine.TestTools;
namespace PlayModeTests_8
{
public class ApplicationPlayingTests
{
[Test]
public void VerifyApplicationPlaying()
{
Assert.That(Application.isPlaying, Is.True);
}
}
}

View File

@@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: eed1e0cab11e90c4d8f42a1eb7ea9074
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View File

@@ -0,0 +1,6 @@
{
"name": "PlayModeTests_8",
"optionalUnityReferences": [
"TestAssemblies"
]
}

View File

@@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: f837055ef6f1be349b2ffcbd6684c511
AssemblyDefinitionImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant: