TESTAR_dev
TESTAR_dev copied to clipboard
[Refactor] package naming scheme
-
The historical naming convention "monkey.alayer" does not make sense anymore. Refactor package naming from "org.testar.monkey.alayer" to "org.testar"
-
Also, rename historical "fruit" naming:
- FruitException to TestarException.
- https://github.com/TESTARtool/TESTAR_dev/blob/e9bddea263825a9822cd99ee73a961dabd724dea/core/src/org/testar/monkey/Util.java#L547-L549
- "org.testar.action.priorization" to "org.testar.actionselection" because extra layer makes no sense
For example, PrioritizeNewActionsSelector should go to this new org.testar.actionselection