Is it possible to get current test name (the one available as `ExpandedName` after test runs) during test exeuction ? I want to create generic helper that will save some debuging information in the file that is named by the test name.
Is it possible to get current test name (the one available as
ExpandedNameafter test runs) during test exeuction ?I want to create generic helper that will save some debuging information in the file that is named by the test name.