C# Class SEModAPIExtensions.API.BasicUnitTestManager

Exibir arquivo Open project: rexxar-tc/SEServerExtender Class Usage Examples

Public Properties

Property Type Description
BaseLog Logger

Public Methods

Method Description
Run ( ) : bool

Protected Methods

Method Description
BasicUnitTestManager ( ) : System
RunBaseReflectionUnitTests ( ) : bool
RunCubeBlockReflectionTests ( ) : bool
RunEntityReflectionUnitTests ( ) : bool

Method Details

BasicUnitTestManager() protected method

protected BasicUnitTestManager ( ) : System
return System

Run() public method

public Run ( ) : bool
return bool

RunBaseReflectionUnitTests() protected method

protected RunBaseReflectionUnitTests ( ) : bool
return bool

RunCubeBlockReflectionTests() protected method

protected RunCubeBlockReflectionTests ( ) : bool
return bool

RunEntityReflectionUnitTests() protected method

protected RunEntityReflectionUnitTests ( ) : bool
return bool

Property Details

BaseLog public_oe static_oe property

public static Logger BaseLog
return Logger