C# Class WikiFunctions.Globals

Holds some deepest-level things to be initialised prior to most other static classes, including Variables
Show file 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 static property

public static bool UnitTestBoolValue
return bool

UnitTestIntValue public static property

public static int UnitTestIntValue
return int

UnitTestMode public static 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