Versions Compared

Key

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

Update formatting
Info
titleAbout JUnit

JUnit is a regression testing framework. It is used by the developer who implements unit tests in Java

There are several approaches to unit testing SAF-based applications. Two popular techniques are direct Action invocation and testing interceptors and result-types independantly.

...