aboutsummaryrefslogtreecommitdiff
path: root/common/src/test/java/com
AgeCommit message (Expand)Author
2015-01-21Add AnnotationMirrors, AnnotationValues, and a BasicAnnotationProcessor which...cgruber
2015-01-21Add test cases to SuperficialValidationTest for a missing method parameter ty...emcmanus
2014-12-12Migrate off of deprecated Truth methodskak
2014-10-12Disable SuperficialValidation of AnnotationValues until an internal issue is ...sethn
2014-10-12Fix the SuperficialValidator to properly handle unreasonable AnnotationValues...cgruber
2014-09-16Fix the SuperficialValidator to properly handle unreasonable AnnotationValues...cgruber
2014-09-06Add validation to make sure that modules must be public and not inner classes.Christian Edward Gruber
2014-09-06Migrate from Truth.ASSERT to Truth.assert_.Christian Edward Gruber
2014-09-06Migrate usages of Truth's Subject.is(Object) to isEqualTo(Object). The former...Christian Edward Gruber
2014-09-06Update Truth package name to the new location.Christian Edward Gruber
2014-07-18Add MoreElements#getAnnotationMirror, a simple function that keeps getting re...Christian Edward Gruber
2014-07-18Add a utility that does quick, superficial validation on elements to ensure t...Christian Edward Gruber
2014-07-18Add a utility for checking if annotations are present *without* dealing with ...Christian Edward Gruber
2014-07-18Automated g4 rollback of changelist 70831442.Christian Edward Gruber
2014-07-18Add a utility that does quick, superficial validation on elements to ensure t...Christian Edward Gruber
2014-06-24In AutoValue, replace uses of Set<TypeMirror> with a custom TypeMirrorSet. Ty...Christian Edward Gruber
2014-06-18Copy MoreTypes from dagger to auto-common so that it can be used by auto-valu...Éamonn McManus
2014-04-23Introduce com.google.auto:auto-common with some simple Element utilities.Gregory Kick