mirror of
				https://github.com/maxartz15/VertexAnimation.git
				synced 2025-11-04 10:25:44 +01:00 
			
		
		
		
	Initial commit
This commit is contained in:
		
							
								
								
									
										17
									
								
								Tests/Runtime/COMPANYNAME.PACKAGENAME.Tests.asmdef
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								Tests/Runtime/COMPANYNAME.PACKAGENAME.Tests.asmdef
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,17 @@
 | 
			
		||||
{
 | 
			
		||||
    "name": "COMPANYNAME.PACKAGENAME.Tests",
 | 
			
		||||
    "references": [
 | 
			
		||||
        "COMPANYNAME.PACKAGENAME"
 | 
			
		||||
    ],
 | 
			
		||||
    "includePlatforms": [],
 | 
			
		||||
    "excludePlatforms": [],
 | 
			
		||||
    "allowUnsafeCode": false,
 | 
			
		||||
    "overrideReferences": false,
 | 
			
		||||
    "precompiledReferences": [],
 | 
			
		||||
    "autoReferenced": true,
 | 
			
		||||
    "defineConstraints": [],
 | 
			
		||||
    "versionDefines": [],
 | 
			
		||||
    "optionalUnityReferences": [
 | 
			
		||||
        "TestAssemblies"
 | 
			
		||||
    ]
 | 
			
		||||
}
 | 
			
		||||
							
								
								
									
										25
									
								
								Tests/Runtime/TestRuntimeExample.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										25
									
								
								Tests/Runtime/TestRuntimeExample.cs
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,25 @@
 | 
			
		||||
using UnityEngine;
 | 
			
		||||
using UnityEngine.TestTools;
 | 
			
		||||
using System.Collections;
 | 
			
		||||
using System.Collections.Generic;
 | 
			
		||||
using NUnit.Framework;
 | 
			
		||||
 | 
			
		||||
namespace COMPANYNAME.PACKAGENAME.Tests
 | 
			
		||||
{
 | 
			
		||||
    public class TestRuntimeExample
 | 
			
		||||
    {
 | 
			
		||||
        [Test]
 | 
			
		||||
        public void TestRuntimeExampleSimplePasses()
 | 
			
		||||
        {
 | 
			
		||||
            // Use the Assert class to test conditions
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        [UnityTest]
 | 
			
		||||
        public IEnumerator TestRuntimeExampleEnumeratorPasses()
 | 
			
		||||
        {
 | 
			
		||||
            // Use the Assert class to test conditions.
 | 
			
		||||
            // Use yield to skip a frame.
 | 
			
		||||
            yield return null;
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user