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 |
Method | Description | |
---|---|---|
addSpecs ( IEnumerable |
||
associateHtmlFiles ( FubuMVC.Core.Assets.Files.PackageAssets package, Serenity.Jasmine.SpecificationFolder packageFolder ) : void | ||
associateSpecs ( List |
public AcceptVisitor ( ISpecVisitor visitor ) : void | ||
visitor | ISpecVisitor | |
return | void |
public AddSpecs ( FubuMVC.Core.Assets.Files.PackageAssets package ) : void | ||
package | FubuMVC.Core.Assets.Files.PackageAssets | |
return | void |
public static DetermineSpecContentFolder ( FubuMVC.Core.Assets.Files.AssetFile file ) : string | ||
file | FubuMVC.Core.Assets.Files.AssetFile | |
return | string |
public FindSpecByFullName ( string name ) : Serenity.Jasmine.Specification | ||
name | string | |
return | Serenity.Jasmine.Specification |
public FindSpecByLibraryName ( string name ) : Serenity.Jasmine.Specification | ||
name | string | |
return | Serenity.Jasmine.Specification |
public FindSpecNode ( Serenity.Jasmine.SpecPath path ) : ISpecNode | ||
path | Serenity.Jasmine.SpecPath | |
return | ISpecNode |
public static IsSpecPackage ( FubuMVC.Core.Assets.Files.PackageAssets package ) : bool | ||
package | FubuMVC.Core.Assets.Files.PackageAssets | |
return | bool |
public SpecificationGraph ( IAssetFileGraph pipeline ) : System.Collections.Generic | ||
pipeline | IAssetFileGraph | |
return | System.Collections.Generic |