advpl-testsuite
advpl-testsuite copied to clipboard
Execute in order I've developed
I'm creating a new example in MVC with new methods (features), but the TestSuit is executing the methods in alphabetical order. how do I create a test specifying the exact order of execution?
My code:
The execution order:
I figured out a way to do it. @haskellcamargo Are you still acepting pull requests? Should I implement it?