It seems treesitter contains test name without namespace while trx file contains test name with the namespace of the class in the case of nunit.
The existing matching expression seems to handle this case but the test is done with an "AND" on a full string compare.
It seems treesitter contains test name without namespace while trx file contains test name with the namespace of the class in the case of nunit. The existing matching expression seems to handle this case but the test is done with an "AND" on a full string compare.