tree: 5b8a663bd00e86b51f3a1ac247129a9f30da2f22 [path history] [tgz]
  1. meta/
  2. bits_test.cc
  3. BUILD.gn
  4. enum_test.cc
  5. fidl_allocator_test.cc
  6. llcpp_types_tests.cc
  7. memory_test.cc
  8. README.md
  9. table_test.cc
  10. traits_test.cc
  11. types.test.fidl
  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.