C# Class Test.Amqp.Assert

Mostra file Open project: Azure/amqpnetlite

Public Methods

Method Description
AreEqual ( object expected, object actual, string message = null ) : void
IsTrue ( bool condition, string message = null ) : void
WaitOne ( this e, int ms ) : bool

Method Details

AreEqual() public static method

public static AreEqual ( object expected, object actual, string message = null ) : void
expected object
actual object
message string
return void

IsTrue() public static method

public static IsTrue ( bool condition, string message = null ) : void
condition bool
message string
return void

WaitOne() public static method

public static WaitOne ( this e, int ms ) : bool
e this
ms int
return bool