test ding
This commit is contained in:
11
Assets/Common/Tests/BasicTest.cs
Normal file
11
Assets/Common/Tests/BasicTest.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using NUnit.Framework;
|
||||
|
||||
public class BasicTest
|
||||
{
|
||||
// check if edit mode tests works
|
||||
[Test]
|
||||
public void AlwaysTrueTest()
|
||||
{
|
||||
Assert.True(true);
|
||||
}
|
||||
}
|
||||
11
Assets/Common/Tests/BasicTest.cs.meta
Normal file
11
Assets/Common/Tests/BasicTest.cs.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: b4acb5e526382aaea882209bd2f0a075
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
9
Assets/Common/Tests/CommonTests.asmdef
Normal file
9
Assets/Common/Tests/CommonTests.asmdef
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"name": "CommonTests",
|
||||
"optionalUnityReferences": [
|
||||
"TestAssemblies"
|
||||
],
|
||||
"includePlatforms": [
|
||||
"Editor"
|
||||
]
|
||||
}
|
||||
7
Assets/Common/Tests/CommonTests.asmdef.meta
Normal file
7
Assets/Common/Tests/CommonTests.asmdef.meta
Normal file
@@ -0,0 +1,7 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 51e9387d41ea4c92e959a2181b19e568
|
||||
AssemblyDefinitionImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
Reference in New Issue
Block a user