Package com.yahoo.metrics.simple
Class UnitTestSetup
- java.lang.Object
-
- com.yahoo.metrics.simple.UnitTestSetup
-
public class UnitTestSetup extends java.lang.Object
Common code for running unit tests of simplemetrics- Author:
- ean
-
-
Constructor Summary
Constructors Constructor Description UnitTestSetup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MetricReceiver
getReceiver()
Bucket
getUpdatedSnapshot()
-
-
-
Method Detail
-
getUpdatedSnapshot
public Bucket getUpdatedSnapshot() throws java.lang.InterruptedException
- Throws:
java.lang.InterruptedException
-
getReceiver
public MetricReceiver getReceiver()
-
-