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

Inheritance: SPMeta2.Containers.Services.AssertServiceBase
Exibir arquivo Open project: SubPointSolutions/spmeta2-reverse

Public Methods

Method 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 method

public AreEqual ( object expectedValue, bool actualValue ) : void
expectedValue object
actualValue bool
return void

IsFalse() public method

public IsFalse ( bool value ) : void
value bool
return void

IsInstanceOfType() public method

public IsInstanceOfType ( object value, Type type ) : void
value object
type System.Type
return void

IsNotNull() public method

public IsNotNull ( object value ) : void
value object
return void