[Enhancement] Improvements for debounce test coverage + bug fixes for sym_defer_g and sym_eager_pr (#21667)
Co-authored-by: Nebuleon <2391500+Nebuleon@users.noreply.github.com>
This commit is contained in:
@@ -54,8 +54,9 @@ class DebounceTest : public ::testing::Test {
|
||||
void addEvents(std::initializer_list<DebounceTestEvent> events);
|
||||
void runEvents();
|
||||
|
||||
fast_timer_t time_offset_ = 7777;
|
||||
bool time_jumps_ = false;
|
||||
fast_timer_t time_offset_ = 7777;
|
||||
bool time_jumps_ = false;
|
||||
fast_timer_t async_time_jumps_ = 0;
|
||||
|
||||
private:
|
||||
static bool directionValue(Direction direction);
|
||||
|
||||
Reference in New Issue
Block a user