C# Class Nitra.ViewModels.TestFolderVm

Inheritance: FullPathVm, ITest, ITestTreeContainerNode
Afficher le fichier Open project: rsdn/nitra Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public CalcDependProps ( Nitra.ViewModels.TestVm testVm ) : void
testVm Nitra.ViewModels.TestVm
Résultat void

Remove() public méthode

public Remove ( ) : void
Résultat void

TestFolderVm() public méthode

public TestFolderVm ( string testPath, TestSuiteVm testSuite ) : System.Collections.Generic
testPath string
testSuite TestSuiteVm
Résultat System.Collections.Generic

ToString() public méthode

public ToString ( ) : string
Résultat string

Update() public méthode

public Update ( [ code, [ gold ) : void
code [
gold [
Résultat void