Class SerenityAssetIdLookupTestSettings
A throwaway IFoundationSettings asset type used by SerenityAssetIdLookupTests
to exercise the by-Id passes against real assets on disk. Lives in its own same-named file so Unity can
bind its script when the tests create it as an asset (mirrors UnityEditorUtilsTestFoundationSettings).
Deliberately NOT shared with any other suite: the project-wide pass queries by type name, so a type used from two suites would make whole-project assertions depend on the other suite's cleanup.
Implements
Namespace: Serenity.UnityGlobal.Tests.Editor
Assembly: Tests.Editor.dll
Syntax
public class SerenityAssetIdLookupTestSettings : ScriptableObject, IFoundationSettings
Constructors
SerenityAssetIdLookupTestSettings()
Declaration
public SerenityAssetIdLookupTestSettings()
Properties
Guid
Declaration
public string Guid { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| string |