We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Testing the different types of modules as follows:
Standard Java modules should be tested by utilizing JUnit 4.0.
Sample can be found here
Guice framework is used for dependency injection. The unit test which require such functionality should extend the AbstractGuiceTest.
Facades are Java based modules, so that along with the above guidance here could be added a dependency to the external service, if any.
Samples:
Testing Javascript APIs is the most complex one.
The whole process can be done separately like it is done here