jimmymcp / al-test-runner

VS Code Extension to help run AL tests against Business Central container
https://jpearson.blog/al-test-runner-for-visual-studio-code/
MIT License
11 stars 16 forks source link

Issue finding tests when long HandlerFunctions line or test name #116

Closed jimmymcp closed 9 months ago

jimmymcp commented 9 months ago

The extension looks 300 characters ahead from the position of "[Test]" in the document to find the name of the test method. In some cases this may not be far enough ahead to read past the handler functions and a long procedure name.