C# Class StoryTeller.Testing.JavaScript.JavaScriptTestFile

Inheritance: HtmlTags.HtmlDocument
Afficher le fichier Open project: adymitruk/storyteller Class Usage Examples

Protected Properties

Свойство Type Description
_library StoryTeller.Model.FixtureLibrary

Méthodes publiques

Méthode Description
AddTest ( string name, System.Test test ) : JavaScriptTestFile
Fixtures ( Action configure ) : JavaScriptTestFile
Fixtures ( FixtureLibrary fixtureLibrary ) : JavaScriptTestFile
GetResourceFileContents ( string resourceName ) : string
Html ( Action configure ) : JavaScriptTestFile
JavaScriptTestFile ( string title ) : System
TestFile ( string testFile ) : JavaScriptTestFile
WriteToFile ( ) : void

Méthodes protégées

Méthode Description
addChildren ( string title ) : void
getPath ( ) : string
referenceFiles ( ) : void

Private Methods

Méthode Description
linkToAllScripts ( string folder ) : void

Method Details

AddTest() public méthode

public AddTest ( string name, System.Test test ) : JavaScriptTestFile
name string
test System.Test
Résultat JavaScriptTestFile

Fixtures() public méthode

public Fixtures ( Action configure ) : JavaScriptTestFile
configure Action
Résultat JavaScriptTestFile

Fixtures() public méthode

public Fixtures ( FixtureLibrary fixtureLibrary ) : JavaScriptTestFile
fixtureLibrary StoryTeller.Model.FixtureLibrary
Résultat JavaScriptTestFile

GetResourceFileContents() public static méthode

public static GetResourceFileContents ( string resourceName ) : string
resourceName string
Résultat string

Html() public méthode

public Html ( Action configure ) : JavaScriptTestFile
configure Action
Résultat JavaScriptTestFile

JavaScriptTestFile() public méthode

public JavaScriptTestFile ( string title ) : System
title string
Résultat System

TestFile() public méthode

public TestFile ( string testFile ) : JavaScriptTestFile
testFile string
Résultat JavaScriptTestFile

WriteToFile() public méthode

public WriteToFile ( ) : void
Résultat void

addChildren() protected méthode

protected addChildren ( string title ) : void
title string
Résultat void

getPath() protected méthode

protected getPath ( ) : string
Résultat string

referenceFiles() protected méthode

protected referenceFiles ( ) : void
Résultat void

Property Details

_library protected_oe property

protected FixtureLibrary,StoryTeller.Model _library
Résultat StoryTeller.Model.FixtureLibrary