Uses of Interface
org.eclipse.jdt.junit.model.ITestRunSession
-
Packages that use ITestRunSession Package Description org.eclipse.jdt.junit Application programming interfaces for interaction with the Eclipse Java development tools JUnit support.org.eclipse.jdt.junit.model Application programming interfaces representing test elements as shown in the JUnit view. -
-
Uses of ITestRunSession in org.eclipse.jdt.junit
Methods in org.eclipse.jdt.junit that return ITestRunSession Modifier and Type Method Description static ITestRunSessionJUnitCore. importTestRunSession(File file)Imports a test run session from the given file.static ITestRunSessionJUnitCore. importTestRunSession(String url, IProgressMonitor monitor)Imports a test run session from the given URL.Methods in org.eclipse.jdt.junit with parameters of type ITestRunSession Modifier and Type Method Description static voidJUnitCore. exportTestRunSession(ITestRunSession testRunSession, File file)Exports the given test run session into an XML report file.static voidJUnitCore. exportTestRunSession(ITestRunSession testRunSession, OutputStream output)Exports the given test run session to an output stream.voidTestRunListener. sessionFinished(ITestRunSession session)A test run session has finished.voidTestRunListener. sessionLaunched(ITestRunSession session)A test run session has been launched.voidTestRunListener. sessionStarted(ITestRunSession session)A test run session has started. -
Uses of ITestRunSession in org.eclipse.jdt.junit.model
Methods in org.eclipse.jdt.junit.model that return ITestRunSession Modifier and Type Method Description ITestRunSessionITestElement. getTestRunSession()Returns the test run session.
-