tree: 9b4db02849b4801d6d898375b22bf6839a9d9460 [path history] [tgz]
  1. meta/
  2. anonymous_test.cc
  3. arena_test.cc
  4. bits_test.cc
  5. BUILD.gn
  6. enum_test.cc
  7. llcpp_types_tests.cc
  8. memory_test.cc
  9. README.md
  10. table_test.cc
  11. traits_test.cc
  12. vector_view_test.cc
  13. xunion_test.cc
src/lib/fidl/llcpp/tests/wire_types/README.md

Wire types tests

These cover the construction and manipulation of C++ wire domain objects. Tests generally should not require running client/server bindings, such that they are more likely to work on both Fuchsia and host.

See //src/lib/fidl/llcpp/tests/conformance for testing the encoding and decoding of these domain objects.