Most visited

Recently visited

Added in API level 1

Protectable

public interface Protectable

junit.framework.Protectable


一个 Protectable可以运行并且可以抛出一个Throwable。

也可以看看:

摘要(Summary)

公共方法(Public methods)

abstract void protect()

运行以下受保护的方法。

公共方法(Public methods)

protect

Added in API level 1
void protect ()

运行以下受保护的方法。

抛出异常(Throws)
Throwable

Hooray!