commit | 694105dc2b6056c6c8330d9a0d3af9cff7edf7d5 | [log] [tgz] |
---|---|---|
author | Googler <noreply@google.com> | Fri Nov 10 19:40:08 2017 +0100 |
committer | Damien Martin-Guillerez <dmarting@google.com> | Fri Nov 10 23:28:08 2017 +0100 |
tree | 2de2a527317ed7b600e82a69f065a15143c007ff | |
parent | 970dea8b62557c664f741be1718242218fc79d3c [diff] |
Replace truth.FailureStrategy with truth.FailureMetadata in bazel's Subjects. Also changed truth.SubjectFactory to truth.Subject.Factory (plain renaming) and use method reference instead of anonymous class to create the factory when applicable. FailureMetadata, an opaque object to its users, is introduced to replace FailureStrategy in in custom Subject in order to resolve some existing flaws of FailureStrategy as well as enable new features to be added to Truth. New API is available in Truth-0.36, if there is a build/pom.xml, it's also updated to use this version. PiperOrigin-RevId: 175308179
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel only rebuilds what is necessary. With advanced local and distributed caching, optimized dependency analysis and parallel execution, you get fast and incremental builds.
One tool, multiple languages: Build and test Java, C++, Android, iOS, Go and a wide variety of other language platforms. Bazel runs on Windows, macOS, and Linux.
Scalable: Bazel helps you scale your organization, codebase and Continuous Integration system. It handles codebases of any size, in multiple repositories or a huge monorepo.
Extensible to your needs: Easily add support for new languages and platforms with Bazel's familiar extension language. Share and re-use language rules written by the growing Bazel community.
Follow our tutorials:
See CONTRIBUTING.md
Bazel is released in ‘Beta’. See the product roadmap to learn about the path toward a stable 1.0 release.