C# Class SimpleFramework.Xml.TestCase

Show file Open project: ngallagher/simplexml

Public Methods

Method Description
AssertEquals ( Object a, Object b ) : void
AssertFalse ( bool value ) : void
AssertNotNull ( Object o ) : void
AssertNull ( Object o ) : void
AssertTrue ( bool value ) : void
SetUp ( ) : void
TearDown ( ) : void

Protected Methods

Method Description
Run ( ) : void

Method Details

AssertEquals() public method

public AssertEquals ( Object a, Object b ) : void
a Object
b Object
return void

AssertFalse() public method

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

AssertNotNull() public method

public AssertNotNull ( Object o ) : void
o Object
return void

AssertNull() public method

public AssertNull ( Object o ) : void
o Object
return void

AssertTrue() public method

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

Run() protected method

protected Run ( ) : void
return void

SetUp() public method

public SetUp ( ) : void
return void

TearDown() public method

public TearDown ( ) : void
return void