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

Afficher le fichier Open project: tgiphil/MOSA-Project

Protected Properties

Свойство Type Description
testMethods LinkedList

Méthodes publiques

Méthode Description
PrintResult ( bool flag ) : void

RunTests ( ) : void

Test ( ) : void

Méthodes protégées

Méthode Description
KernelTest ( string testName ) : System.Collections.Generic

Method Details

KernelTest() protected méthode

protected KernelTest ( string testName ) : System.Collections.Generic
testName string
Résultat System.Collections.Generic

PrintResult() public méthode

public PrintResult ( bool flag ) : void
flag bool
Résultat void

RunTests() public static méthode

public static RunTests ( ) : void
Résultat void

Test() public méthode

public Test ( ) : void
Résultat void

Property Details

testMethods protected_oe property

protected LinkedList testMethods
Résultat LinkedList