Dor Ma'ayan
Dor Ma'ayan
List of steps for test refactoring: 1. Convert simple non fluent Junit to simple assertions (TODO: add list) 2. Convert harmcrest to arithmetical expressions 3. Consolidate consequtive assertions 4. Consolidate...
Add all the possible modifiers in every possible place. (@yuvalsimon : For now, I''l take that, if I'll see I don't have time, I'll let you know)
In case of : `a-1-4` convert to : `a--3` which is of course illegal
- For Commutative infixExpressions ignore the order of operands - For non-Commutative force specific order as was in the pattern. - Support both cases of 2 operands and also more...