aboutsummaryrefslogtreecommitdiff
path: root/impl_core/src/test/java/io/opencensus/implcore/tags
AgeCommit message (Expand)Author
2018-08-21Extract logic about current state in internal class. (#1381)Bogdan Drutu
2018-03-23Enable FindBugs in tests.Kristen Kozak
2017-12-15Fix typo in test name.Kristen Kozak
2017-12-15Check for null in TagContextBuilderImpl.remove and add tests.Kristen Kozak
2017-12-15Improve TagContextImpl tests.Kristen Kozak
2017-12-13Support previous encoding versions. (#901)Yang Song
2017-11-17Test deserializing TagContext with all duplicate keys that is over size limit.Kristen Kozak
2017-11-17Merge pull request #811 from sebright/test-deserializing-duplicate-tag-keyssebright
2017-11-17Only apply size limit to the bytes representing tag keys and values. (#807)Yang Song
2017-11-17Test deserializing duplicate tag keys and duplicate tags.Kristen Kozak
2017-11-16Enforce size limit when serializing and deserializing TagContext. (#806)Yang Song
2017-11-14Merge pull request #804 from sebright/update-error-prone-warnings-for-2.1.2sebright
2017-11-13Enable PrivateConstructorForUtilityClass Error Prone warning.Kristen Kozak
2017-11-10Deprecate Tags.setState, and throw an exception when it is called after getSt...Kristen Kozak
2017-11-09 Move implementation directories (#786)Yang Song