Releases: google/compile-testing
Releases · google/compile-testing
Release 0.13
- Upgrade Truth dependency to 0.36 and make required changes, including changing from
SubjectFactorytoSubject.Factory(which should usually be transparent to users as long as they recompile). - Make a few assertions work better with
expectand similar failure strategies. - Start preparing for Java 9.
Release 0.12
Upgrade Truth dependency to 0.35 and make required internal changes.
Release 0.11
New API for asserting that a diagnostic appears on a given line.
Choose classpaths for classloader.
Better Java 8 support.
Release 0.10
A new API for compile testing. See Compiler, Compilation, and CompilationSubject.