uriel
07/10/2016, 5:26 AMdata
to this simple class, but spek is failing:
data class SimplifiedRule(val preFiller : List<String>, val filler : List<String>, val postFiller : List<String>)
java.lang.AssertionError:
Expected <SimplifiedRule(preFiller=[one], filler=[two, three], postFiller=[four])>,
actual <SimplifiedRule(preFiller=[one], filler=[two three], postFiller=[four])>.