junit.framework
インタフェース Protectable


public interface Protectable

A Protectable can be run and can throw a Throwable.

関連項目:
TestResult

メソッドの概要
 void protect()
          Run the the following method protected.
 

メソッドの詳細

protect

public void protect()
             throws java.lang.Throwable
Run the the following method protected.

例外:
java.lang.Throwable


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