public interface  org.junit.internal.management.ThreadMXBean extends java.lang.Object
{
public abstract long getThreadCpuTime(long);
public abstract boolean isThreadCpuTimeSupported();
}