Uses of Interface
org.eclipse.unittest.model.ITestRunSession
-
Packages that use ITestRunSession Package Description org.eclipse.unittest.model Application programming interfaces representing test elements as shown in the Unit Test view.org.eclipse.unittest.ui -
-
Uses of ITestRunSession in org.eclipse.unittest.model
Methods in org.eclipse.unittest.model that return ITestRunSession Modifier and Type Method Description ITestRunSession
ITestElement. getTestRunSession()
Returns the test run session. -
Uses of ITestRunSession in org.eclipse.unittest.ui
Methods in org.eclipse.unittest.ui with parameters of type ITestRunSession Modifier and Type Method Description ITestRunnerClient
ITestViewSupport. newTestRunnerClient(ITestRunSession session)
Returns a Test Runner Client.
-