com.taobao.metamorphosis.utils.test
类 ConcurrentTestRunner

java.lang.Object
  继承者 com.taobao.metamorphosis.utils.test.ConcurrentTestRunner
所有已实现的接口:
Runnable

public class ConcurrentTestRunner
extends Object
implements Runnable

从以下版本开始:
1.0, 2010-1-11 下午03:12:41
作者:
boyan

构造方法摘要
ConcurrentTestRunner(CyclicBarrier barrier, ConcurrentTestTask task, int repeatCount, int index)
           
 
方法摘要
 void run()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

ConcurrentTestRunner

public ConcurrentTestRunner(CyclicBarrier barrier,
                            ConcurrentTestTask task,
                            int repeatCount,
                            int index)
方法详细信息

run

public void run()
指定者:
接口 Runnable 中的 run


Copyright © 2010–2013. All rights reserved.