C# Class While.Environment

Class to abstract the environment so it can be set to Test when unit testing. Otherwise calling System.Environment.Exit(1) would shut down NUnit.
Afficher le fichier Open project: einaregilsson/While-Language

Méthodes publiques

Méthode Description
Exit ( int exitCode ) : void

Method Details

Exit() public static méthode

public static Exit ( int exitCode ) : void
exitCode int
Résultat void