Hi,

BTW any reason you use assertThat form AssertJ rather than the one built into 
Junit 4? Just curious no strong views either way.

You might want to fix a couple of your assertThat’s for instance this:

assertThat(tpdu.getTpduCode() == TpduCode.CONNECTION_REQUEST);

Isn’t probably doing what you think it is. :-)

Thanks,
Justin

Reply via email to