C# Class CK.Text.Tests.TestHelper

Datei anzeigen Open project: Invenietis/ck-core

Public Methods

Method Description
CleanupTestFolder ( ) : void
DeleteFolder ( string directoryPath, bool recreate = false ) : void
ForceGCFullCollect ( ) : void

Private Methods

Method Description
InitalizePaths ( ) : void
TestHelper ( ) : System

Method Details

CleanupTestFolder() public static method

public static CleanupTestFolder ( ) : void
return void

DeleteFolder() public static method

public static DeleteFolder ( string directoryPath, bool recreate = false ) : void
directoryPath string
recreate bool
return void

ForceGCFullCollect() static public method

static public ForceGCFullCollect ( ) : void
return void