public class RealTimeTickSourceTests extends Object
RealTimeTickSource. Since these tests do not fulfill some crucial
criteria, they are not classified as regular (unit) tests in the classical
meaning, and are not executed automatically upon builds.
| Modifier and Type | Field and Description |
|---|---|
static int |
BUFFER_CAPACITY
How many tick measurements to allow maximally
|
static double |
EPSILON
The maximal relative error permitted (0.03 = 3%)
|
static long |
MS
1 ms in ns
|
static int |
RETRIES
How often a test is tried (with increasing n) before it is marked as
failed.
|
| Constructor and Description |
|---|
RealTimeTickSourceTests() |
public static final double EPSILON
public static final int RETRIES
public static final long MS
public static final int BUFFER_CAPACITY
public static void main(String[] args)
public static void run()
Copyright © 2015. All rights reserved.