C# Class SharpUnit.Assert

Afficher le fichier Open project: mgants4/SharpUnit

Méthodes publiques

Méthode Description
Equal ( Exception wanted, Exception got ) : void
Equal ( Exception wanted, Exception got, string msg ) : void
Equal ( Object wanted, Object got ) : void
Equal ( Object wanted, Object got, string msg ) : void
Equal ( bool wanted, bool got ) : void
Equal ( bool wanted, bool got, string msg ) : void
Equal ( float wanted, float got ) : void
Equal ( float wanted, float got, string msg ) : void
Equal ( int wanted, int got ) : void
Equal ( int wanted, int got, string msg ) : void
Equal ( string wanted, string got ) : void
Equal ( string wanted, string got, string msg ) : void
ExpectException ( Exception ex ) : void
False ( bool boolean ) : void
False ( bool boolean, string msg ) : void
NotNull ( Object obj ) : void
NotNull ( Object obj, string msg ) : void
Null ( Object obj ) : void
Null ( Object obj, string msg ) : void
True ( bool boolean ) : void
True ( bool boolean, string msg ) : void

Method Details

Equal() public static méthode

public static Equal ( Exception wanted, Exception got ) : void
wanted System.Exception
got System.Exception
Résultat void

Equal() public static méthode

public static Equal ( Exception wanted, Exception got, string msg ) : void
wanted System.Exception
got System.Exception
msg string
Résultat void

Equal() public static méthode

public static Equal ( Object wanted, Object got ) : void
wanted Object
got Object
Résultat void

Equal() public static méthode

public static Equal ( Object wanted, Object got, string msg ) : void
wanted Object
got Object
msg string
Résultat void

Equal() public static méthode

public static Equal ( bool wanted, bool got ) : void
wanted bool
got bool
Résultat void

Equal() public static méthode

public static Equal ( bool wanted, bool got, string msg ) : void
wanted bool
got bool
msg string
Résultat void

Equal() public static méthode

public static Equal ( float wanted, float got ) : void
wanted float
got float
Résultat void

Equal() public static méthode

public static Equal ( float wanted, float got, string msg ) : void
wanted float
got float
msg string
Résultat void

Equal() public static méthode

public static Equal ( int wanted, int got ) : void
wanted int
got int
Résultat void

Equal() public static méthode

public static Equal ( int wanted, int got, string msg ) : void
wanted int
got int
msg string
Résultat void

Equal() public static méthode

public static Equal ( string wanted, string got ) : void
wanted string
got string
Résultat void

Equal() public static méthode

public static Equal ( string wanted, string got, string msg ) : void
wanted string
got string
msg string
Résultat void

ExpectException() public static méthode

public static ExpectException ( Exception ex ) : void
ex System.Exception
Résultat void

False() public static méthode

public static False ( bool boolean ) : void
boolean bool
Résultat void

False() public static méthode

public static False ( bool boolean, string msg ) : void
boolean bool
msg string
Résultat void

NotNull() public static méthode

public static NotNull ( Object obj ) : void
obj Object
Résultat void

NotNull() public static méthode

public static NotNull ( Object obj, string msg ) : void
obj Object
msg string
Résultat void

Null() public static méthode

public static Null ( Object obj ) : void
obj Object
Résultat void

Null() public static méthode

public static Null ( Object obj, string msg ) : void
obj Object
msg string
Résultat void

True() public static méthode

public static True ( bool boolean ) : void
boolean bool
Résultat void

True() public static méthode

public static True ( bool boolean, string msg ) : void
boolean bool
msg string
Résultat void