This commit is contained in:
2021-06-13 10:28:03 +02:00
parent eb70603c85
commit df2d24cbd3
7487 changed files with 943244 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
using NUnit.Framework;
namespace UnityEditor.U2D.Sprites.EditorTests
{
internal class SpritePackageEditorTests
{
[Test]
public void SpriteEditorWindow_IsLoadedFromDll()
{
Assert.That(typeof(SpriteEditorWindow).Assembly.FullName, Contains.Substring("Unity.2D.Sprite.Editor"));
}
}
}

View File

@@ -0,0 +1,18 @@
{
"name": "Unity.2D.Sprite.Package.EditorTests",
"references": [
"Unity.2D.Sprite.Editor"
],
"optionalUnityReferences": [
"TestAssemblies"
],
"includePlatforms": [
"Editor"
],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": []
}