Class UnityAddressablesLabelerTests
Tests for Serenity.Global.Infrastructure.Editor.Utils.UnityAddressablesLabeler.IsCandidatePath(System.String). Validates the filtering logic that decides which assets are eligible for Addressables registration during the retag process.
Inherited Members
Namespace: Serenity.Tests.Editor
Assembly: Tests.Editor.dll
Syntax
public class UnityAddressablesLabelerTests
Constructors
UnityAddressablesLabelerTests()
Declaration
public UnityAddressablesLabelerTests()
Methods
IsCandidatePath_AddressablesDataFolder_ReturnsFalse()
Declaration
public void IsCandidatePath_AddressablesDataFolder_ReturnsFalse()
IsCandidatePath_AnyPdf_ReturnsFalse()
Declaration
public void IsCandidatePath_AnyPdf_ReturnsFalse()
IsCandidatePath_CsFile_ReturnsFalse()
Declaration
public void IsCandidatePath_CsFile_ReturnsFalse()
IsCandidatePath_DocsFolder_ReturnsFalse()
Declaration
public void IsCandidatePath_DocsFolder_ReturnsFalse()
IsCandidatePath_DocumentationFolder_ReturnsFalse()
Declaration
public void IsCandidatePath_DocumentationFolder_ReturnsFalse()
IsCandidatePath_ExamplesFolder_ReturnsFalse()
Declaration
public void IsCandidatePath_ExamplesFolder_ReturnsFalse()
IsCandidatePath_FileNameContainsManual_ReturnsFalse()
Declaration
public void IsCandidatePath_FileNameContainsManual_ReturnsFalse()
IsCandidatePath_ManualFolder_ReturnsFalse()
Declaration
public void IsCandidatePath_ManualFolder_ReturnsFalse()
IsCandidatePath_MarkdownFile_ReturnsFalse()
Declaration
public void IsCandidatePath_MarkdownFile_ReturnsFalse()
IsCandidatePath_NullOrEmpty_ReturnsFalse()
Declaration
public void IsCandidatePath_NullOrEmpty_ReturnsFalse()
IsCandidatePath_OutsidePluginRoot_ReturnsFalse()
Declaration
public void IsCandidatePath_OutsidePluginRoot_ReturnsFalse()
IsCandidatePath_PdfManual_ReturnsFalse()
Declaration
public void IsCandidatePath_PdfManual_ReturnsFalse()
IsCandidatePath_PluginsRoot_ReturnsTrue()
Declaration
public void IsCandidatePath_PluginsRoot_ReturnsTrue()
IsCandidatePath_PngImage_ReturnsTrue()
Declaration
public void IsCandidatePath_PngImage_ReturnsTrue()
IsCandidatePath_PrefabAsset_ReturnsTrue()
Declaration
public void IsCandidatePath_PrefabAsset_ReturnsTrue()
IsCandidatePath_ScriptableObjectAsset_ReturnsTrue()
Declaration
public void IsCandidatePath_ScriptableObjectAsset_ReturnsTrue()
IsCandidatePath_UnityScene_ReturnsFalse()
Declaration
public void IsCandidatePath_UnityScene_ReturnsFalse()