tree: fc6bdb5a766eb25f2a92bc9c65a5bdbfdef96f5e [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 LLCPP domain objects (wire types). 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.