C# Class Jaxws.Ri.Rest.Assert

Datei anzeigen Open project: stoicflame/enunciate

Public Methods

Method Description
AreEqual ( object obj1, object obj2 ) : void
Fail ( ) : void
Fail ( string message ) : void
IsNotNull ( object obj ) : void
IsNull ( object obj ) : void
IsTrue ( bool flag ) : void

Method Details

AreEqual() public static method

public static AreEqual ( object obj1, object obj2 ) : void
obj1 object
obj2 object
return void

Fail() public static method

public static Fail ( ) : void
return void

Fail() public static method

public static Fail ( string message ) : void
message string
return void

IsNotNull() public static method

public static IsNotNull ( object obj ) : void
obj object
return void

IsNull() public static method

public static IsNull ( object obj ) : void
obj object
return void

IsTrue() public static method

public static IsTrue ( bool flag ) : void
flag bool
return void