C# Class Jaxws.Ri.Rest.Assert

Afficher le fichier Open project: stoicflame/enunciate

Méthodes publiques

Méthode 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 méthode

public static AreEqual ( object obj1, object obj2 ) : void
obj1 object
obj2 object
Résultat void

Fail() public static méthode

public static Fail ( ) : void
Résultat void

Fail() public static méthode

public static Fail ( string message ) : void
message string
Résultat void

IsNotNull() public static méthode

public static IsNotNull ( object obj ) : void
obj object
Résultat void

IsNull() public static méthode

public static IsNull ( object obj ) : void
obj object
Résultat void

IsTrue() public static méthode

public static IsTrue ( bool flag ) : void
flag bool
Résultat void