C# Syntax
public class UnitTestSuiteBase
System.Object
HP.LFT.UnitTesting.UnitTestSuiteBase
HP.LFT.UnitTesting.UnitTestBase
Name | Description | |
---|---|---|
![]() | UnitTestSuiteBase Constructor |
Name | Description | |
---|---|---|
![]() | GetConfigurationAssembly | Returns the System.Reflection.Assembly for the currently loaded configuration. |
![]() | GetReportConfiguration | Returns a HP.LFT.Report.Configuration.ReportConfiguration instance with the values from the 'App.config' of the assembly returned by GetConfigurationAssembly. |
![]() | GetSdkConfiguration | Returns an instance with the values from the 'App.config' of the assembly returned by GetConfigurationAssembly. |
![]() | TestSuiteSetup | This method is called by the Visual Studio templates' GlobalSetup to initialize the test class. |
![]() | TestSuiteTearDown | This method is called by the Visual Studio templates' GlobalTeardown to clean up the test class. |