C# Class Mosa.TestWorld.x86.Tests.KernelTest

Mostrar archivo Open project: tgiphil/MOSA-Project

Protected Properties

Property Type Description
testMethods LinkedList

Public Methods

Method Description
PrintResult ( bool flag ) : void

RunTests ( ) : void

Test ( ) : void

Protected Methods

Method Description
KernelTest ( string testName ) : System.Collections.Generic

Method Details

KernelTest() protected method

protected KernelTest ( string testName ) : System.Collections.Generic
testName string
return System.Collections.Generic

PrintResult() public method

public PrintResult ( bool flag ) : void
flag bool
return void

RunTests() public static method

public static RunTests ( ) : void
return void

Test() public method

public Test ( ) : void
return void

Property Details

testMethods protected_oe property

protected LinkedList testMethods
return LinkedList