Skip to the content.

Testing

There are plenty of ways to test different parts of your application. This section covers the testing of controllers including view tests using TestFX and mocking using Mockito. Since fulibFx uses Dagger internally and for example applications, the last subsection also contains some hints for working with dagger in tests.

  1. Setup
  2. Testing Controllers
  3. Testing SubComponents
  4. Testing with Dagger