testss
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using NUnit.Framework;
|
||||
using UnityEditor.Tilemaps;
|
||||
|
||||
namespace UnityEditor.U2D.Tilemap.Editor.PackageTests
|
||||
{
|
||||
internal class TilemapPackageEditorTests
|
||||
{
|
||||
[Test]
|
||||
public void GridPaintPaletteWindow_IsLoadedFromDll()
|
||||
{
|
||||
Assert.That(typeof(GridPaintPaletteWindow).Assembly.FullName, Contains.Substring("Unity.2D.Tilemap.Editor"));
|
||||
}
|
||||
}
|
||||
}
|
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "Unity.2D.Tilemap.Package.EditorTests",
|
||||
"references": [
|
||||
"Unity.2D.Tilemap.Editor"
|
||||
],
|
||||
"optionalUnityReferences": [
|
||||
"TestAssemblies"
|
||||
],
|
||||
"includePlatforms": [
|
||||
"Editor"
|
||||
],
|
||||
"excludePlatforms": [],
|
||||
"allowUnsafeCode": false,
|
||||
"overrideReferences": false,
|
||||
"precompiledReferences": [],
|
||||
"autoReferenced": true,
|
||||
"defineConstraints": []
|
||||
}
|
Reference in New Issue
Block a user