We're in 2020. I wrote Java before you. Here is my first JUnit.
authorJBM <jbm@codingame.com>
Wed, 10 Jun 2020 15:13:53 +0000 (17:13 +0200)
committerJBM <jbm@codingame.com>
Wed, 10 Jun 2020 15:19:31 +0000 (17:19 +0200)
commitbda92e8fe2871496c68dc2de2d746f8e69c6fd96
tree347d2ee4d7e66e643cce3fb21fcec81e53b9a00e
parent67375eefceac8e1ff648bc76f25a450a3143535f
We're in 2020.  I wrote Java before you.  Here is my first JUnit.

I kind of lied.  This is my first JUnit *that passes*.
It's a close variation on my first JUnit, which is yesterday's
version of the same.

It took crazy too long to complete mostly because of the whacky
interface the CG GameRunner has to run Java agents.

I couldn't have done it without @dbdr.  Not so much for the
technical aspect of the end result so much as for the moral support
while coming up with all sorts of crazy ways to pass the data around,
and trying or proving them wrong.
pom.xml
src/test/java/TrollTest.java [new file with mode: 0644]