|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectorg.seasar.framework.unit.SorterCompatibility
public class SorterCompatibility
org.junit.runner.manipulation.Sorter クラスのシグニチャ変更に対応するクラスです。 JUnit 4.4: public void apply(Runner) ↓ JUnit 4.5: public void apply(Object)
| コンストラクタの概要 | |
|---|---|
SorterCompatibility()
|
|
| メソッドの概要 | |
|---|---|
static void |
apply(org.junit.runner.manipulation.Sorter sorter,
org.junit.runner.Runner sortable)
Sorter#apply(sortable)メソッドを実行します。 |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| コンストラクタの詳細 |
|---|
public SorterCompatibility()
| メソッドの詳細 |
|---|
public static void apply(org.junit.runner.manipulation.Sorter sorter,
org.junit.runner.Runner sortable)
sorter - ソーターsortable - ソート対象
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||