C# (CSharp) Habanero.Testability.Testers Namespace

Nested Namespaces

Habanero.Testability.Testers.Tests

Classes

Name Description
BOPropTester This is a specialised Tester for testing Habanero.IPropDef This tester provides methods for testing the basic attributes of a IPropDef such as ShouldBeCompulsory.
BOTester This is a specialised Tester for testing Habanero.IBusinessObject This tester provides methods for testing the basic aspects of properties of a business object see IPropDef such as ShouldBeCompulsory. If any of these Asserts fail then an AssertionException. is thrown. Else the Assert executes without an Exception
MultipleRelDefTester This is a specialised Tester for testing Habanero.IRelationshipDef for a multiple relationship This tester provides methods for testing the basic attributes of a IRelationshipDef such as ShouldHaveRelationshipType and ShouldHaveDeleteAction{}. If any of these Asserts fail then an AssertionException. is thrown. Else the Assert executes without an Exception
SingleRelDefTester This is a specialised Tester for testing Habanero.ISingleRelationshipDef This tester provides methods for testing the basic attributes of a ISingleRelationshipDef such as ShouldHaveRelationshipType and ShouldBeOneToOne{}. If any of these Asserts fail then an AssertionException. is thrown. Else the Assert executes without an Exception
SingleValueTester This is a specialised Tester for testing Habanero.ISingleValueDef This tester provides methods for testing the basic attributes of a ISingleValueDef such as ShouldBeIsCompulsory. If any of these Asserts fail then an AssertionException. is thrown. Else the Assert executes without an Exception