C# 클래스 CK.Core.Tests.TestHelper

파일 보기 프로젝트 열기: Invenietis/ck-core

공개 메소드들

메소드 설명
CleanupFolder ( string folder ) : void
CleanupTestFolder ( ) : void
DeleteFolder ( string directoryPath, bool recreate = false ) : void
ForceGCFullCollect ( ) : void

비공개 메소드들

메소드 설명
InitalizePaths ( ) : void
InitializePaths ( ) : void
TestHelper ( ) : System

메소드 상세

CleanupFolder() 공개 정적인 메소드

public static CleanupFolder ( string folder ) : void
folder string
리턴 void

CleanupTestFolder() 공개 정적인 메소드

public static CleanupTestFolder ( ) : void
리턴 void

DeleteFolder() 공개 정적인 메소드

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

ForceGCFullCollect() 정적인 공개 메소드

static public ForceGCFullCollect ( ) : void
리턴 void