We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b16eda9 commit 54e0ac0Copy full SHA for 54e0ac0
src/test/groovy/ch/petikoch/examples/mvvm_rxjava/TestingClock.java
@@ -34,6 +34,7 @@
34
* But if you have more than one {@link java.util.concurrent.CountDownLatch} in a testcase,
35
* it's probably easier to use <b>one</b> {@link TestingClock} instead.
36
*/
37
+// experimental
38
public class TestingClock {
39
40
private final AtomicLong internalTime;
0 commit comments