Class AssetPathReferenceAttributeTests
Tests for AssetPathReferenceAttribute: constructor stores the asset type name, attribute usage metadata, and field applicability via reflection.
Inherited Members
Namespace: Serenity.Global.Tests.Domain
Assembly: Tests.dll
Syntax
public class AssetPathReferenceAttributeTests
Constructors
AssetPathReferenceAttributeTests()
Declaration
public AssetPathReferenceAttributeTests()
Methods
AppliedToField_IsReadableViaReflection()
Declaration
public void AppliedToField_IsReadableViaReflection()
AttributeUsage_TargetsParameterFieldAndProperty()
Declaration
public void AttributeUsage_TargetsParameterFieldAndProperty()
Ctor_StoresAssetTypeName()
Declaration
public void Ctor_StoresAssetTypeName()
Ctor_WithEmptyString_StoresEmpty()
Declaration
public void Ctor_WithEmptyString_StoresEmpty()
Ctor_WithNull_StoresNull()
Declaration
public void Ctor_WithNull_StoresNull()
Type_DerivesFromAttribute()
Declaration
public void Type_DerivesFromAttribute()
Type_IsSealed()
Declaration
public void Type_IsSealed()