C# Class WikiFunctions.Globals

Holds some deepest-level things to be initialised prior to most other static classes, including Variables
Afficher le fichier Open project: reedy/AutoWikiBrowser

Méthodes publiques

Свойство Type Description
UnitTestBoolValue bool
UnitTestIntValue int
UnitTestMode bool

Private Methods

Méthode Description
Globals ( ) : System

Property Details

UnitTestBoolValue public_oe static_oe property

public static bool UnitTestBoolValue
Résultat bool

UnitTestIntValue public_oe static_oe property

public static int UnitTestIntValue
Résultat int

UnitTestMode public_oe static_oe property

Set this to true in unit tests, to disable checkpage loading and other slow stuff. This disables some functions, however.
public static bool UnitTestMode
Résultat bool