tree: 42dec28b69e3305d688550bedeae930ad4abe85c [path history] [tgz]
  1. BUILD.gn
  2. component_base.h
  3. component_main.h
  4. mock_base.cc
  5. mock_base.h
  6. README.md
  7. session_shell_base.h
  8. session_shell_impl.cc
  9. session_shell_impl.h
  10. story_controller_mock.h
  11. story_provider_mock.h
  12. test_driver.h
  13. test_story_command_executor.cc
  14. test_story_command_executor.h
  15. test_with_session_storage.cc
  16. test_with_session_storage.h
  17. wait_until_idle.h
src/modular/lib/testing/README.md

Here is code that helps clients of modular with testing.

When linked against the //src/modular/lib/testing library target, a test application can use the functions in lib/testing/testing.h to interact with the TestRunner service in its environment. This is the standard way to test multi-process modular applications; these functions allow a test to declare failure, and signal tear down of tests to the TestRunner service.

See //peridot/tests for more details on running tests.