C# Class CK.Core.Tests.TestHelper

Afficher le fichier Open project: Invenietis/ck-core

Méthodes publiques

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

Private Methods

Méthode Description
InitalizePaths ( ) : void
InitializePaths ( ) : void
TestHelper ( ) : System

Method Details

CleanupFolder() public static méthode

public static CleanupFolder ( string folder ) : void
folder string
Résultat void

CleanupTestFolder() public static méthode

public static CleanupTestFolder ( ) : void
Résultat void

DeleteFolder() public static méthode

public static DeleteFolder ( string directoryPath, bool recreate = false ) : void
directoryPath string
recreate bool
Résultat void

ForceGCFullCollect() static public méthode

static public ForceGCFullCollect ( ) : void
Résultat void