C# Class Rebel.Tests.Extensions.IoHiveTestSetupHelper

Afficher le fichier Open project: RebelCMS/rebelcmsxu5 Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

CreateFile() public static méthode

public static CreateFile ( string contents ) : Rebel.Framework.Persistence.Model.IO.File
contents string
Résultat Rebel.Framework.Persistence.Model.IO.File

CreateGroup() public méthode

public CreateGroup ( string name, string route ) : ProviderMappingGroup
name string
route string
Résultat Rebel.Hive.Configuration.ProviderMappingGroup

GetTestDirectory() public static méthode

public static GetTestDirectory ( ) : DirectoryInfo
Résultat System.IO.DirectoryInfo

IoHiveTestSetupHelper() public méthode

public IoHiveTestSetupHelper ( FakeFrameworkContext frameworkContext = null ) : System
frameworkContext FakeFrameworkContext
Résultat System

IoHiveTestSetupHelper() public méthode

public IoHiveTestSetupHelper ( string supportedExtensions, FakeFrameworkContext frameworkContext = null ) : System
supportedExtensions string
frameworkContext FakeFrameworkContext
Résultat System