junit.swingui
インタフェース TestRunContext

既知の実装クラスの一覧:
TestRunner

public interface TestRunContext

The interface for accessing the Test run context. Test run views should use this interface rather than accessing the TestRunner directly.


メソッドの概要
 javax.swing.ListModel getFailures()
          Returns the failure model
 void handleTestSelected(Test test)
          Handles the selection of a Test.
 

メソッドの詳細

handleTestSelected

public void handleTestSelected(Test test)
Handles the selection of a Test.


getFailures

public javax.swing.ListModel getFailures()
Returns the failure model



Copyright © 2001-2004 JUnit.org. All Rights Reserved.