C# Class Rhino.Drivers.StandardTests

Executes the tests in the js/tests directory, much like jsDriver.pl does.
Executes the tests in the js/tests directory, much like jsDriver.pl does. Excludes tests found in the js/tests/rhino-n.tests file.
Inheritance: NUnit.Framework.TestSuite
Afficher le fichier Open project: hazzik/Rhino.Net

Méthodes publiques

Méthode Description
Suite ( ) : NUnit.Framework.TestSuite

Private Methods

Méthode Description
AddCategories ( NUnit.Framework.TestSuite suite, FilePath suiteDir, string prefix, string excludes, int optimizationLevel ) : void
AddSuites ( NUnit.Framework.TestSuite topLevel, FilePath testDir, string excludes, int optimizationLevel ) : void
AddTests ( NUnit.Framework.TestSuite suite, FilePath suiteDir, string prefix, string excludes, int optimizationLevel ) : void

Method Details

Suite() public static méthode

public static Suite ( ) : NUnit.Framework.TestSuite
Résultat NUnit.Framework.TestSuite