]> source.dussan.org Git - sonarqube.git/commit
SONAR-8192 add missing UT on AlwaysIncreasingSystem2
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Thu, 20 Oct 2016 07:42:07 +0000 (09:42 +0200)
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Thu, 20 Oct 2016 15:17:54 +0000 (17:17 +0200)
commit38ef7cf47d8cc5085cdf53994a65c34310d2382c
tree7feac3b4437feef77568b3055164020713e4075a
parent8e7e9027e1b826e022b8e9aa69aaa2201c282311
SONAR-8192 add missing UT on AlwaysIncreasingSystem2

and fix initial returned value of method now() when an initial value is provided
sonar-plugin-api/src/main/java/org/sonar/api/utils/internal/AlwaysIncreasingSystem2.java
sonar-plugin-api/src/test/java/org/sonar/api/utils/internal/AlwaysIncreasingSystem2Test.java [new file with mode: 0644]