C# Class Qowaiv.UnitTests.TestTools.DebuggerDisplayAssert

Show file Open project: Corniel/Qowaiv

Public Methods

Method Description
HasAttribute ( Type type ) : void
HasResult ( object expected, object value ) : void

Method Details

HasAttribute() public static method

public static HasAttribute ( Type type ) : void
type System.Type
return void

HasResult() public static method

public static HasResult ( object expected, object value ) : void
expected object
value object
return void