C# Class CK.Core.Tests.TestHelper

Datei anzeigen Open project: Invenietis/ck-core

Public Methods

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

Private Methods

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

Method Details

CleanupFolder() public static method

public static CleanupFolder ( string folder ) : void
folder string
return void

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