Class SortFieldMappingBuilderTests
Inheritance
System.Object
SortFieldMappingBuilderTests
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: WaCore.Crud.UnitTests.Utils
Assembly: WaCore.Crud.UnitTests.dll
Syntax
[TestClass]
public class SortFieldMappingBuilderTests
Methods
| Improve this Doc View SourceForDtoSortFieldWhenMappingLiteralThrowsArgumentException()
Declaration
[TestMethod]
[ExpectedException(typeof (ArgumentException))]
public void ForDtoSortFieldWhenMappingLiteralThrowsArgumentException()
ForDtoSortFieldWhenMappingMethodCallThrowsArgumentException()
Declaration
[TestMethod]
[ExpectedException(typeof (ArgumentException))]
public void ForDtoSortFieldWhenMappingMethodCallThrowsArgumentException()
ForDtoSortFieldWhenMappingOtherFieldsPropertyThrowsArgumentException()
Declaration
[TestMethod]
[ExpectedException(typeof (ArgumentException))]
public void ForDtoSortFieldWhenMappingOtherFieldsPropertyThrowsArgumentException()
ForDtoSortFieldWhenMappingRelatedObjectPropertyReturnsPropertyAccessPath()
Declaration
[TestMethod]
public void ForDtoSortFieldWhenMappingRelatedObjectPropertyReturnsPropertyAccessPath()
ForDtoSortFieldWhenMappingSelfThrowsArgumentException()
Declaration
[TestMethod]
[ExpectedException(typeof (ArgumentException))]
public void ForDtoSortFieldWhenMappingSelfThrowsArgumentException()
ForDtoSortFieldWhenMappingSingleReferenceTypePropertyReturnsPropertyName()
Declaration
[TestMethod]
public void ForDtoSortFieldWhenMappingSingleReferenceTypePropertyReturnsPropertyName()
ForDtoSortFieldWhenMappingSingleValueTypeTypeFieldReturnsFieldName()
Declaration
[TestMethod]
public void ForDtoSortFieldWhenMappingSingleValueTypeTypeFieldReturnsFieldName()
ForDtoSortFieldWhenMappingSingleValueTypeTypePropertyReturnsPropertyName()
Declaration
[TestMethod]
public void ForDtoSortFieldWhenMappingSingleValueTypeTypePropertyReturnsPropertyName()