C# 클래스 Rebel.Tests.Extensions.IoHiveTestSetupHelper

파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5 1 사용 예제들

공개 메소드들

메소드 설명
CreateFile ( string contents ) : Rebel.Framework.Persistence.Model.IO.File
CreateGroup ( string name, string route ) : ProviderMappingGroup
GetTestDirectory ( ) : DirectoryInfo
IoHiveTestSetupHelper ( FakeFrameworkContext frameworkContext = null ) : System
IoHiveTestSetupHelper ( string supportedExtensions, FakeFrameworkContext frameworkContext = null ) : System

메소드 상세

CreateFile() 공개 정적인 메소드

public static CreateFile ( string contents ) : Rebel.Framework.Persistence.Model.IO.File
contents string
리턴 Rebel.Framework.Persistence.Model.IO.File

CreateGroup() 공개 메소드

public CreateGroup ( string name, string route ) : ProviderMappingGroup
name string
route string
리턴 Rebel.Hive.Configuration.ProviderMappingGroup

GetTestDirectory() 공개 정적인 메소드

public static GetTestDirectory ( ) : DirectoryInfo
리턴 System.IO.DirectoryInfo

IoHiveTestSetupHelper() 공개 메소드

public IoHiveTestSetupHelper ( FakeFrameworkContext frameworkContext = null ) : System
frameworkContext FakeFrameworkContext
리턴 System

IoHiveTestSetupHelper() 공개 메소드

public IoHiveTestSetupHelper ( string supportedExtensions, FakeFrameworkContext frameworkContext = null ) : System
supportedExtensions string
frameworkContext FakeFrameworkContext
리턴 System