TestRunConfiguration.GetTestElementTimeout(ITestElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int GetTestElementTimeout(Microsoft::VisualStudio::TestTools::Common::ITestElement ^ test);
public int GetTestElementTimeout (Microsoft.VisualStudio.TestTools.Common.ITestElement test);
member this.GetTestElementTimeout : Microsoft.VisualStudio.TestTools.Common.ITestElement -> int
Public Function GetTestElementTimeout (test As ITestElement) As Integer
Parameters
- test
- ITestElement