sailxjx
assertThat(100).isInstanceOf(Int::class.java)
Not true that <100> is an instance of <int>. It is an instance of <java.lang.Integer>