aboutsummaryrefslogtreecommitdiff
path: root/testing
AgeCommit message (Collapse)Author
2018-08-28Remove guava dependency from the API artifact. (#1393)Bogdan Drutu
* Remove guava dependency from the API artifact. * Make LowerCaseBase16Encoding static and remove import control.
2018-08-18 Update all targets to at least java7 and android14 (#1367)Bogdan Drutu
* Update all targets to at least java7 and android14 * Change code to be android14 compatible. * Select a specific version for each signature.
2018-02-07Add '@since' Javadoc tag to all testing APIs (issue #864).Kristen Kozak
2017-11-13Enable new ReturnMissingNullable Error Prone experimental suggestion.Kristen Kozak
I also added some missing Nullable annotations.
2017-11-12com.google.errorprone:error_prone_core: 2.0.19 -> 2.1.2Kristen Kozak
Other changes: - Remove references to warnings that were removed from Error Prone. - Suppress occurrences of a new warning, JdkObsolete. All of the warnings are about uses of LinkedList. We need to decide whether to use a different class or continue suppressing the warnings. I left TODOs, since each occurrence may need to be handled differently.
2017-11-03Move FakeServiceHandler to -testing so that it can be used in other places, ↵Stefan Schmidt
too. (#772)
2017-08-23Change the licence to OpenCensus authors. (#539)Bogdan Drutu
2017-06-19Refactor Timestamp class to be safer. Add methods to minus a timestam… (#367)Bogdan Drutu
2017-06-16Move TestClock in opencensus-testing package. (#368)Bogdan Drutu