Class ConfigurationEntryTests
Tests for ConfigurationEntry entity, focusing on construction and string representation.
Inherited Members
Namespace: Serenity.Global.Tests.Domain
Assembly: Tests.dll
Syntax
public class ConfigurationEntryTests
Constructors
ConfigurationEntryTests()
Declaration
public ConfigurationEntryTests()
Methods
Ctor_SetsKeyAndValue()
Declaration
public void Ctor_SetsKeyAndValue()
Ctor_WithEmptyStrings_SetsEmpty()
Declaration
public void Ctor_WithEmptyStrings_SetsEmpty()
Ctor_WithNullKey_SetsNull()
Declaration
public void Ctor_WithNullKey_SetsNull()
Ctor_WithNullValue_SetsNull()
Declaration
public void Ctor_WithNullValue_SetsNull()
ToString_ReturnsFormattedString()
Declaration
public void ToString_ReturnsFormattedString()
ToString_WithNullValues_DoesNotThrow()
Declaration
public void ToString_WithNullValues_DoesNotThrow()