C# Class WikiFunctions.Globals

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

Public Properties

Property Type Description
UnitTestBoolValue bool
UnitTestIntValue int
UnitTestMode bool

Private Methods

Method Description
Globals ( ) : System

Property Details

UnitTestBoolValue public_oe static_oe property

public static bool UnitTestBoolValue
return bool

UnitTestIntValue public_oe static_oe property

public static int UnitTestIntValue
return 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
return bool