C# Class Elmah.Assertions.UnaryNotAssertion

Inheritance: IAssertion
显示文件 Open project: elmah/Elmah

Public Methods

Method Description
Test ( object context ) : bool
UnaryNotAssertion ( IAssertion operand ) : System

Method Details

Test() public method

public Test ( object context ) : bool
context object
return bool

UnaryNotAssertion() public method

public UnaryNotAssertion ( IAssertion operand ) : System
operand IAssertion
return System