| commit | bfbd95f3a5a8f928fd477c3d875ac62ec3d40dcc | [log] [tgz] |
|---|---|---|
| author | jmmv <jmmv@google.com> | Mon Aug 31 13:12:38 2020 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Mon Aug 31 13:14:12 2020 -0700 |
| tree | da0222bad2872d628a0d641e063755c8c587c91f | |
| parent | 98bdf371d67e8832b0549beb0c3ba1261270f0c0 [diff] |
Fix multi-word test case names to use lowerCamelCase. This is to follow the style guide recommendation in: https://google.github.io/styleguide/javaguide.html#s5.2.3-method-names and to fix lint warnings that have already gotten in the way of two of my recent CLs. This change was automatically generated by collecting the list of all affected files in a "list" file and doing: for f in $(cat /tmp/list); do sed -itmp -e '/void test.*_[A-Z]/s/\(_[A-Z]\)/\L\1/g' "$f" done ... and then skimming through the diff to undo a few "fixes" that were incorrect because we have test names encoding literals like "BUILD". PiperOrigin-RevId: 329363594
{Fast, Correct} - Choose two
Build and test software of any size, quickly and reliably.
Speed up your builds and tests: Bazel rebuilds only 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 solution. 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