Describes a contract that can be verified.

Namespace:  MbUnit.Framework.ContractVerifiers
Assembly:  MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public interface IContract
Visual Basic (Declaration)
Public Interface IContract

Remarks

Contracts can be composed together into more complex forms by combining their lists of verification tests to create test suites. This enables the implementation of one contract to leverage that of another.

See Also