Eclipse JDT
Release 3.3

Uses of Interface
org.eclipse.jdt.junit.model.ITestRunSession

Packages that use ITestRunSession
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 with parameters of type ITestRunSession
 void TestRunListener.sessionStarted(ITestRunSession session)
          A test run session has started.
 void TestRunListener.sessionFinished(ITestRunSession session)
          A test run session has finished.
 

Uses of ITestRunSession in org.eclipse.jdt.junit.model
 

Methods in org.eclipse.jdt.junit.model that return ITestRunSession
 ITestRunSession ITestElement.getTestRunSession()
          Returns the test run session.
 


Eclipse JDT
Release 3.3

Copyright (c) IBM Corp. and others 2000, 2007. All Rights Reserved.