How i can verify the signal in a unit test of Camunda process?

We use camunda-bpm-assert and camunda-bpm-assert-scenario libs for Camunda processes unit testing (testing of .bpmn ).

But i couldn’t find any approach for signal testing - how can we verify, that signal with the right name and variables was thrown during test execution?

Appreciate any ideas.