C# Class AjaxControlToolkit.Jasmine.TestRunner

Inheritance: System.Web.UI.Page
Mostrar archivo Open project: DevExpress/AjaxControlToolkit

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void
RenderSpecs ( IEnumerable suites ) : void

Private Methods

Method Description
CountSpecsInFile ( string filePath ) : int
GetRelativePath ( string fullPath, string basePath ) : string
GetSuites ( ) : IEnumerable
GetTestPagePaths ( string suitesDirectory ) : IEnumerable
SubtractBrowserDependentSpecs ( string text, string browser ) : int

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

RenderSpecs() protected method

protected RenderSpecs ( IEnumerable suites ) : void
suites IEnumerable
return void