Adds With<Type>FieldsTransformed method to transform default domains without the need to specify them.

This is essential for cases where the default domain varies for different fields, but they could have the same transformation. For example, if we want to drop 0 value from all enum domains, we can use transformers.

PiperOrigin-RevId: 474859870
3 files changed
tree: be4c626b5f833aaa4f91960e93655be3d39c16d7
  1. .github/
  2. bazel/
  3. codelab/
  4. doc/
  5. domain_tests/
  6. e2e_tests/
  7. fuzztest/
  8. .bazelrc
  9. .bazelversion
  10. .clang-format
  11. CONTRIBUTING.md
  12. LICENSE
  13. README.md
  14. WORKSPACE
README.md

FuzzTest

FuzzTest is a new open-source C++ fuzz testing framework targeted for developers (instead of security researchers) that focuses on ease of use.

To be released later.