C# Class NUnitGoCore.Utils.NunitGoConfigurationHelper

Show file Open project: elv1s42/NUnitGo Class Usage Examples

Public Methods

Method Description
Load ( string fullPath ) : NunitGoConfiguration
Save ( this configuration, string fullPath ) : void

Method Details

Load() public static method

public static Load ( string fullPath ) : NunitGoConfiguration
fullPath string
return NUnitGoCore.NunitGoItems.NunitGoConfiguration

Save() public static method

public static Save ( this configuration, string fullPath ) : void
configuration this
fullPath string
return void