Closed almondtools closed 7 years ago
Currently calling a method with a value argument will produce a trivial assert statement. e.g.
game3.roll(4);
will produce
assertThat(4, equalTo(4));
asserts should only be generated for reference types.
Currently calling a method with a value argument will produce a trivial assert statement. e.g.
game3.roll(4);
will produce
assertThat(4, equalTo(4));
asserts should only be generated for reference types.