Click or drag to resize

AssertProxy Class

Internal abstraction around the assertion process. This method can proxy its calls to NUnit, System.Diagnostics or any other assertion framework.
Inheritance Hierarchy
SystemObject
  com.espertech.esper.runtime.client.scopetestAssertProxy

Namespace:  com.espertech.esper.runtime.client.scopetest
Assembly:  NEsper.Runtime (in NEsper.Runtime.dll) Version: 8.0.0.0
Syntax
C#
public class AssertProxy

The AssertProxy type exposes the following members.

Constructors
  NameDescription
Public methodAssertProxy
Initializes a new instance of the AssertProxy class
Top
Properties
  NameDescription
Public propertyStatic memberAssertFail
An action that is triggered when a condition fails.
Top
Methods
  NameDescription
Public methodStatic memberFail
Public methodStatic memberFalse
Public methodStatic memberTrue
Top
See Also