Fabien DUMINY
Fabien DUMINY
#### Check List: * Fixes nothing * Unit tests : NA * Javadoc with a code example (on API only) : NA Remarks : - it's a first attempt to...
#### Check List: * Fixes #428 * Unit tests : YES * Javadoc with a code example (on API only) : NA **The first commit is from PR** https://github.com/joel-costigliola/assertj-core/pull/1762
#### Check List: * Extends textual diff to all CharSequence implementations * Unit tests : NA * Javadoc with a code example (on API only) : NA
DSpot should be able to use assertj assertions instead of junit assertions, especially when existing test classes are using assertj (with or without ```JUnitSoftAssertions```). A new interface should probably be...
What do you think about using [JavaPoet](https://github.com/square/javapoet) to generate java source code ? I recommend [this article](http://www.rationaljava.com/2015/12/7-tips-for-successful-code-generation.html) about generation of java code (with JavaPoet).