objectionary / opeo-maven-plugin

Maven plugin to remove Bytecode opcodes from XMIR as much as possible
http://www.objectionary.com/opeo-maven-plugin/
MIT License
7 stars 2 forks source link

Check if we can change the order of applied agents #406

Open volodya-lombrozo opened 1 month ago

volodya-lombrozo commented 1 month ago

We should check that the order of Agents used doesn't matter.

From the comment:

Try to play with the order of agents. Maybe in the test runner you can implement a multi-run mechanism, which will run the test with all (or many) possible combinations of agents. We have to be sure that no matter in which order we execute them -- the final result is the same.