C# Class Serenity.Jasmine.SpecificationGraph

Inheritance: ISpecNode
Mostrar archivo Open project: DarthFubuMVC/Serenity Class Usage Examples

Public Methods

Method Description
AcceptVisitor ( ISpecVisitor visitor ) : void
AddSpecs ( FubuMVC.Core.Assets.Files.PackageAssets package ) : void
DetermineSpecContentFolder ( FubuMVC.Core.Assets.Files.AssetFile file ) : string
FindSpecByFullName ( string name ) : Serenity.Jasmine.Specification
FindSpecByLibraryName ( string name ) : Serenity.Jasmine.Specification
FindSpecNode ( Serenity.Jasmine.SpecPath path ) : ISpecNode
IsSpecPackage ( FubuMVC.Core.Assets.Files.PackageAssets package ) : bool
Parent ( ) : ISpecNode
Path ( ) : Serenity.Jasmine.SpecPath
SpecificationGraph ( IAssetFileGraph pipeline ) : System.Collections.Generic

Private Methods

Method Description
addSpecs ( IEnumerable javascriptFiles, Serenity.Jasmine.SpecificationFolder packageFolder ) : void
associateHtmlFiles ( FubuMVC.Core.Assets.Files.PackageAssets package, Serenity.Jasmine.SpecificationFolder packageFolder ) : void
associateSpecs ( List javascriptFiles ) : void

Method Details

AcceptVisitor() public method

public AcceptVisitor ( ISpecVisitor visitor ) : void
visitor ISpecVisitor
return void

AddSpecs() public method

public AddSpecs ( FubuMVC.Core.Assets.Files.PackageAssets package ) : void
package FubuMVC.Core.Assets.Files.PackageAssets
return void

DetermineSpecContentFolder() public static method

public static DetermineSpecContentFolder ( FubuMVC.Core.Assets.Files.AssetFile file ) : string
file FubuMVC.Core.Assets.Files.AssetFile
return string

FindSpecByFullName() public method

public FindSpecByFullName ( string name ) : Serenity.Jasmine.Specification
name string
return Serenity.Jasmine.Specification

FindSpecByLibraryName() public method

public FindSpecByLibraryName ( string name ) : Serenity.Jasmine.Specification
name string
return Serenity.Jasmine.Specification

FindSpecNode() public method

public FindSpecNode ( Serenity.Jasmine.SpecPath path ) : ISpecNode
path Serenity.Jasmine.SpecPath
return ISpecNode

IsSpecPackage() public static method

public static IsSpecPackage ( FubuMVC.Core.Assets.Files.PackageAssets package ) : bool
package FubuMVC.Core.Assets.Files.PackageAssets
return bool

Parent() public method

public Parent ( ) : ISpecNode
return ISpecNode

Path() public method

public Path ( ) : Serenity.Jasmine.SpecPath
return Serenity.Jasmine.SpecPath

SpecificationGraph() public method

public SpecificationGraph ( IAssetFileGraph pipeline ) : System.Collections.Generic
pipeline IAssetFileGraph
return System.Collections.Generic