C# Class ATMLModelLibrary.model.common.TestConfiguration

Show file Open project: UtrsSoftware/ATMLWorkBench

Private Properties

Property Type Description

Public Methods

Method Description
Deserialize ( System s ) : TestConfiguration
Deserialize ( string input ) : TestConfiguration
Deserialize ( string input, TestConfiguration &obj ) : bool
Deserialize ( string input, TestConfiguration &obj, System &exception ) : bool

Deserializes workflow markup into an TestConfiguration object

LoadFromFile ( string fileName ) : TestConfiguration
LoadFromFile ( string fileName, TestConfiguration &obj ) : bool
LoadFromFile ( string fileName, TestConfiguration &obj, System &exception ) : bool

Deserializes xml markup from file into an TestConfiguration object

SaveToFile ( string fileName, System &exception ) : bool

Serializes current TestConfiguration object into file

SaveToFile ( string fileName ) : void
Serialize ( ) : string

Serializes current TestConfiguration object into an XML string

ShouldSerializeAdditionalResources ( ) : bool

Test whether AdditionalResources should be serialized

ShouldSerializeAdditionalSoftware ( ) : bool

Test whether AdditionalSoftware should be serialized

ShouldSerializeTestEquipment ( ) : bool

Test whether TestEquipment should be serialized

ShouldSerializeTestProgramElements ( ) : bool

Test whether TestProgramElements should be serialized

ShouldSerializeTestedUUTs ( ) : bool

Test whether TestedUUTs should be serialized

TestConfiguration ( ) : System

Method Details

Deserialize() public static method

public static Deserialize ( System s ) : TestConfiguration
s System
return TestConfiguration

Deserialize() public static method

public static Deserialize ( string input ) : TestConfiguration
input string
return TestConfiguration

Deserialize() public static method

public static Deserialize ( string input, TestConfiguration &obj ) : bool
input string
obj TestConfiguration
return bool

Deserialize() public static method

Deserializes workflow markup into an TestConfiguration object
public static Deserialize ( string input, TestConfiguration &obj, System &exception ) : bool
input string string workflow markup to deserialize
obj TestConfiguration Output TestConfiguration object
exception System output Exception value if deserialize failed
return bool

LoadFromFile() public static method

public static LoadFromFile ( string fileName ) : TestConfiguration
fileName string
return TestConfiguration

LoadFromFile() public static method

public static LoadFromFile ( string fileName, TestConfiguration &obj ) : bool
fileName string
obj TestConfiguration
return bool

LoadFromFile() public static method

Deserializes xml markup from file into an TestConfiguration object
public static LoadFromFile ( string fileName, TestConfiguration &obj, System &exception ) : bool
fileName string string xml file to load and deserialize
obj TestConfiguration Output TestConfiguration object
exception System output Exception value if deserialize failed
return bool

SaveToFile() public method

Serializes current TestConfiguration object into file
public SaveToFile ( string fileName, System &exception ) : bool
fileName string full path of outupt xml file
exception System output Exception value if failed
return bool

SaveToFile() public method

public SaveToFile ( string fileName ) : void
fileName string
return void

Serialize() public method

Serializes current TestConfiguration object into an XML string
public Serialize ( ) : string
return string

ShouldSerializeAdditionalResources() public method

Test whether AdditionalResources should be serialized
public ShouldSerializeAdditionalResources ( ) : bool
return bool

ShouldSerializeAdditionalSoftware() public method

Test whether AdditionalSoftware should be serialized
public ShouldSerializeAdditionalSoftware ( ) : bool
return bool

ShouldSerializeTestEquipment() public method

Test whether TestEquipment should be serialized
public ShouldSerializeTestEquipment ( ) : bool
return bool

ShouldSerializeTestProgramElements() public method

Test whether TestProgramElements should be serialized
public ShouldSerializeTestProgramElements ( ) : bool
return bool

ShouldSerializeTestedUUTs() public method

Test whether TestedUUTs should be serialized
public ShouldSerializeTestedUUTs ( ) : bool
return bool

TestConfiguration() public method

public TestConfiguration ( ) : System
return System