Skip to content
Snippets Groups Projects
  1. Aug 17, 2020
  2. Aug 07, 2020
  3. Jul 24, 2020
    • vargheseg's avatar
      Refactoring: · 39c69f93
      vargheseg authored
      fixture_with_poll_and_push_input exposes pollVariable, pushVariable as
      refernce types for convenience.
      39c69f93
  4. Jul 22, 2020
    • vargheseg's avatar
      Workaround for synchronizing to mainLoop · 84ab4e16
      vargheseg authored
      PollModule and PushModule now uses a void type promise to signal
      mainLoop entry. The fixture class uses this to synchronize itself before
      handling over control to the testcase code.
      
      This way we do not have to depend on the test facility for this purpose.
      84ab4e16
    • vargheseg's avatar
      Introduced fixtures.h · b8b11da7
      vargheseg authored
      Fixture with poll and push inputs can be reused in testing Exception handling.
      b8b11da7
Loading