C# Class Nitra.ViewModels.TestFolderVm

Inheritance: FullPathVm, ITest, ITestTreeContainerNode
Mostrar archivo Open project: rsdn/nitra Class Usage Examples

Public Methods

Method Description
CalcDependProps ( Nitra.ViewModels.TestVm testVm ) : void
Remove ( ) : void
TestFolderVm ( string testPath, TestSuiteVm testSuite ) : System.Collections.Generic
ToString ( ) : string
Update ( [ code, [ gold ) : void

Method Details

CalcDependProps() public method

public CalcDependProps ( Nitra.ViewModels.TestVm testVm ) : void
testVm Nitra.ViewModels.TestVm
return void

Remove() public method

public Remove ( ) : void
return void

TestFolderVm() public method

public TestFolderVm ( string testPath, TestSuiteVm testSuite ) : System.Collections.Generic
testPath string
testSuite TestSuiteVm
return System.Collections.Generic

ToString() public method

public ToString ( ) : string
return string

Update() public method

public Update ( [ code, [ gold ) : void
code [
gold [
return void