C# 클래스 Serenity.Jasmine.SpecificationGraph

상속: ISpecNode
파일 보기 프로젝트 열기: DarthFubuMVC/Serenity 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
addSpecs ( IEnumerable javascriptFiles, Serenity.Jasmine.SpecificationFolder packageFolder ) : void
associateHtmlFiles ( FubuMVC.Core.Assets.Files.PackageAssets package, Serenity.Jasmine.SpecificationFolder packageFolder ) : void
associateSpecs ( List javascriptFiles ) : void

메소드 상세

AcceptVisitor() 공개 메소드

public AcceptVisitor ( ISpecVisitor visitor ) : void
visitor ISpecVisitor
리턴 void

AddSpecs() 공개 메소드

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

DetermineSpecContentFolder() 공개 정적인 메소드

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

FindSpecByFullName() 공개 메소드

public FindSpecByFullName ( string name ) : Serenity.Jasmine.Specification
name string
리턴 Serenity.Jasmine.Specification

FindSpecByLibraryName() 공개 메소드

public FindSpecByLibraryName ( string name ) : Serenity.Jasmine.Specification
name string
리턴 Serenity.Jasmine.Specification

FindSpecNode() 공개 메소드

public FindSpecNode ( Serenity.Jasmine.SpecPath path ) : ISpecNode
path Serenity.Jasmine.SpecPath
리턴 ISpecNode

IsSpecPackage() 공개 정적인 메소드

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

Parent() 공개 메소드

public Parent ( ) : ISpecNode
리턴 ISpecNode

Path() 공개 메소드

public Path ( ) : Serenity.Jasmine.SpecPath
리턴 Serenity.Jasmine.SpecPath

SpecificationGraph() 공개 메소드

public SpecificationGraph ( IAssetFileGraph pipeline ) : System.Collections.Generic
pipeline IAssetFileGraph
리턴 System.Collections.Generic