public class CoolerTester extends Object
Constructor and Description |
---|
CoolerTester(Callable tested,
CpuCooler... disturbers) |
CoolerTester(CpuCooler... disturbers) |
CoolerTester(CpuCooler disturber,
Callable... tests) |
Modifier and Type | Method and Description |
---|---|
CoolerTester |
add(String name,
Callable test) |
int |
maxCount() |
CoolerTester |
maxCount(int maxCount) |
int |
minCount() |
CoolerTester |
minCount(int minCount) |
int |
repeat() |
CoolerTester |
repeat(int repeat) |
void |
run() |
int |
runTimeMS() |
CoolerTester |
runTimeMS(int runTimeMS) |
public CoolerTester(CpuCooler... disturbers)
public CoolerTester add(String name, Callable test)
public int repeat()
public CoolerTester repeat(int repeat)
public int runTimeMS()
public CoolerTester runTimeMS(int runTimeMS)
public int minCount()
public CoolerTester minCount(int minCount)
public int maxCount()
public CoolerTester maxCount(int maxCount)
public void run()
Copyright © 2021. All rights reserved.