Class XAAdapterAutomation
Inheritance
System.Object
Quark.CMSAdapters.Tests.Core.CoreAutomation
XAAdapterAutomation
Inherited Members
Quark.CMSAdapters.Tests.Core.CoreAutomation.testApp
Quark.CMSAdapters.Tests.Core.CoreAutomation.totalTestCases
Quark.CMSAdapters.Tests.Core.CoreAutomation.passedcases
Quark.CMSAdapters.Tests.Core.CoreAutomation.failedCases
Quark.CMSAdapters.Tests.Core.CoreAutomation.notApplicableCases
Quark.CMSAdapters.Tests.Core.CoreAutomation.restartAppAfter
Quark.CMSAdapters.Tests.Core.CoreAutomation.testBegineTime
Quark.CMSAdapters.Tests.Core.CoreAutomation.testEndTime
Quark.CMSAdapters.Tests.Core.CoreAutomation.executionStartTime
Quark.CMSAdapters.Tests.Core.CoreAutomation.individualtestResult
Quark.CMSAdapters.Tests.Core.CoreAutomation.performanceTestResult
Quark.CMSAdapters.Tests.Core.CoreAutomation.resetApplicationWindow
Quark.CMSAdapters.Tests.Core.CoreAutomation.CoreExecutionstartInit(System.String, System.Boolean)
Quark.CMSAdapters.Tests.Core.CoreAutomation.CoreExecutionEndCleanUp(System.String, System.String, System.String)
Quark.CMSAdapters.Tests.Core.CoreAutomation.PopulateIndividualTestResult(Microsoft.VisualStudio.TestTools.UnitTesting.TestContext, System.String)
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Quark.XA.Core.AutomationProject
Assembly: Quark.XA.Core.AutomationProject.dll
Syntax
[TestClass]
public class XAAdapterAutomation : CoreAutomation
Methods
ExecutionEndCleanUp()
Execution end clean up. (The function is called when the Aution mation suits execution is complete.)
Declaration
[AssemblyCleanup]
public static void ExecutionEndCleanUp()
ExecutionstartInitialization(TestContext)
Sets up the automation client. (The function is called when the assembly is initialized.)
Declaration
[AssemblyInitialize]
public static void ExecutionstartInitialization(TestContext testContext)
Parameters
| Type | Name | Description |
|---|---|---|
| Microsoft.VisualStudio.TestTools.UnitTesting.TestContext | testContext |