クラス
jp.co.scs.mbench.BenchmarkContainer の使用

BenchmarkContainer を使用しているパッケージ
jp.co.scs.mbench Provides classes that are fundamental to using of the mBench. 
test.jp.co.scs.mbench.stub   
 

jp.co.scs.mbench での BenchmarkContainer の使用
 

BenchmarkContainer を返す jp.co.scs.mbench のメソッド
 BenchmarkContainer[] BenchmarkManager.getBenchmarkContainers()
          Gets the benchmark containers.
 

BenchmarkContainer 型のパラメータを持つ jp.co.scs.mbench のメソッド
 void BenchmarkManager.addTerminatedContainer(BenchmarkContainer container)
          Adds the containers to list which are not finished normally for timeout or throwing exception.
 void BenchmarkManager.setBenchmarkContainers(BenchmarkContainer[] containers)
          Sets the benchmark containers.
 

test.jp.co.scs.mbench.stub での BenchmarkContainer の使用
 

test.jp.co.scs.mbench.stub での BenchmarkContainer のサブクラス
 class StubBenchmarkManagerContainer
          The stub for testing BenchmarkManager.
 class StubBenchmarkManagerContainer2
          The stub for testing BenchmarkManager.
 class StubBenchmarkManagerContainer3
          The stub for testing BenchmarkManager.