WES-57-test-framework
This commit is contained in:
committed by
Victor Mylle
parent
adf907a6ca
commit
960f6e0681
15
Assets/EditModeTests/BasicTest.cs
Normal file
15
Assets/EditModeTests/BasicTest.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using NUnit.Framework;
|
||||
using UnityEngine;
|
||||
using UnityEngine.TestTools;
|
||||
|
||||
public class BasicTest
|
||||
{
|
||||
// check if edit mode tests works
|
||||
[Test]
|
||||
public void AlwaysTrueTest()
|
||||
{
|
||||
Assert.True(true);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user