Testing workflow reset

Hello,

My workflow has a few signal methods and are used before/after commands, with waits in between etc. When a workflow is reset, these signals are piled to the front. I want to unit test that after a reset, the state remains the same, the queue processes the signals the same way. However, I don’t think ResetWorkflowExecutionRequest is available in the test environment. Is there anyway to write a test for this?

Thank you!