Свойство | Type | Description | |
---|---|---|---|
_testCount | int |
Méthode | Description | |
---|---|---|
GetErrorItems ( NSpecRunner.Core.Domain.SerializableExampleBase example ) : List |
Gets the error items.
|
|
SpecRunner ( ) : System |
Méthode | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
Méthode | Description | |
---|---|---|
AboutMenuStrip_Click ( object sender, |
Handles the Click event of the AboutMenuStrip control.
|
|
AddAssemblyMenuItem_Click ( object sender, |
Adds the assembly file in the current project
|
|
BuildChildNodes ( NSpecRunner.Core.Domain.SerializableContext methodContext, |
Builds the child nodes.
|
|
CloseAssemblyMenuItem_Click ( object sender, |
Unloads the active assembly
|
|
CloseProjectMenuItem_Click ( object sender, |
Handles the click even from the Close Project Menu Item
|
|
ExitMenuItem_Click ( object sender, |
Exits the application
|
|
GetTestAssembly ( |
Gets the test assembly from the current tree node.
|
|
GetTreeLeafs ( |
Gets the tree leafs.
|
|
InitializeComponent ( ) : void |
Required method for Designer support - do not modify the contents of this method with the code editor.
|
|
LoadAssembly ( string fileName ) : Task |
Loads the assembly.
|
|
NewProject ( ) : void | ||
On_ExampleProcessed ( NSpecRunner.Core.Domain.Formatters.ExampleEventArgs e ) : void |
Raises the E:ExampleProcessed event.
|
|
On_TestClassProcessed ( string runningClass, |
Called when [test class processed].
|
|
OpenProjectMenuItem_Click ( object sender, |
|
|
ReloadMenuItem_Click ( object sender, |
Reload the current assemblies
|
|
SaveAsMenuItem_Click ( object sender, |
|
|
SaveFile ( string projFile ) : void |
Save the project
|
|
SaveProjectMenuItem_Click ( object sender, |
Handles the click even from the Save Project Menu Item
|
|
SetControls ( ) : void |
Sets the status of various controls
|
|
ShowSaveFilePrompt ( ) : bool |
Shows the save alert if file is not saved
|
|
SpecHelpMenuStrip_Click ( object sender, |
Shows help for the tool
|
|
SpecRunner_FormClosing ( object sender, |
Handles the FormClosing event of the SpecRunner control.
|
|
SpecRunner_Load ( object sender, |
Handles the Load event of the SpecRunner control.
|
|
TraverseTillRoot ( |
Traverses the tree view to find the root most element from the selected node Used to mark the node status as failed or pass once the test is executed
|
|
UnloadProject ( ) : void |
Unload the current loaded project
|
|
btnRunSelected_Click ( object sender, |
Handles the Click event of the btnRunSelected control.
|
|
lstErrors_Click ( object sender, |
|
|
treeSpecs_AfterSelect ( object sender, |
Handles the AfterSElect even of the Tree View
|
|
treeSpecs_MouseClick ( object sender, MouseEventArgs e ) : void |
Triggers when user clicks on the Tree view
|
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
Résultat | void |
public GetErrorItems ( NSpecRunner.Core.Domain.SerializableExampleBase example ) : List |
||
example | NSpecRunner.Core.Domain.SerializableExampleBase | The example. |
Résultat | List |