RegressionTestResult Constructor

CVB.Net Documentation
Load a test result from disk.

Namespace:  Stemmer.Cvb.Polimago.Testing
Assembly:  Stemmer.Cvb.Polimago (in Stemmer.Cvb.Polimago.dll) Version: 14.0.0.0
Syntax

public RegressionTestResult(
	string fileName
)

Parameters

fileName
Type: SystemString
File from which to load the test result.
Exceptions

ExceptionCondition
InvalidCastExceptionif the file referred to by fileName does not contain a regression test result.
See Also

Reference