ciselab / TestGenie

TestGenie - an IntelliJ plugin that natively integrates EvoSuite into the IDE. EvoSuite is an automated test suite generation tool using evolutionary algorithms. Used for research @ SERG, TU Delft.
MIT License
1 stars 0 forks source link

Transfer all hard-coded strings to xml files #162

Closed kirilvasilev16 closed 2 years ago

kirilvasilev16 commented 2 years ago

Description

Transfer all labels, messages and predefined values to separate xml files for the purpose of extensibility to allow easier translation of the strings.

Definition of Done

jzelenjak commented 2 years ago

We do have two bundle classes: for messages and for defaults. What is wrong with them? @kirilvasilev16