Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • fest as the swing robot for interface interactions
  • TestNG in the izpack-test module which provides interesting features for integration tests like dependent test method.
  • Hamcrest to realise assertions with assertThat(). See hamcrest tutorial for more details. It is quite powerful thanks to its matcher system.
  • Mockito as the mock framework. It allows you to creates, control and check mocks.
  • And Junit , no need to present it.

...