C# Class SPMeta2.Reverse.Tests.Services.VSAssertService

Inheritance: SPMeta2.Containers.Services.AssertServiceBase
Afficher le fichier Open project: SubPointSolutions/spmeta2-reverse

Méthodes publiques

Méthode Description
AreEqual ( object expectedValue, bool actualValue ) : void
IsFalse ( bool value ) : void
IsInstanceOfType ( object value, Type type ) : void
IsNotNull ( object value ) : void

Method Details

AreEqual() public méthode

public AreEqual ( object expectedValue, bool actualValue ) : void
expectedValue object
actualValue bool
Résultat void

IsFalse() public méthode

public IsFalse ( bool value ) : void
value bool
Résultat void

IsInstanceOfType() public méthode

public IsInstanceOfType ( object value, Type type ) : void
value object
type System.Type
Résultat void

IsNotNull() public méthode

public IsNotNull ( object value ) : void
value object
Résultat void