[RELEASE] FS Test Tools are available on GitHub now

marza
I'm new here
0 1 1,208

e-Spirit’s product management module development team publishes their internal test utilities on GitHub for everybody. There is a comprehensive README which explains how to use these test tools inside a Java project together with JUnit, Hamcrest and Mockito.

Feel free to contribute to this project in form of issues like bug reports or feature requests as as well as pull requests:

GitHub - e-Spirit/FSTestTools: Project to support developer experience (DX) with FirstSpirit module ...

1 Comment
tenter
I'm new here

We decided internally to not continue the test tools library and discourage its usage. Therefore, we removed the repository from github and (now) also removed all dependencies to the library. The main reason behind this decision is, that extensive mocking of FirstSpirit classes (or any other product or framework) gets dangerous pretty fast, because of the programmer's tendency to make assumptions about internals. Those internals can be subject to changes at any time. Or the assumptions can be wrong from the beginning on. This leads to a false feeling of safety.

All in all, we want to encourage everybody to instead do the following:

* Inject dependencies to FirstSpirit classes where necessary to improve testability of your own code independently from other's code

* Write integration tests that use the real FirstSpirit API directly, for example with a test server instance

We had a good experience writing tests this way - let us know about your experience and feel free to report any problems .. or challenges you had Smiley Happy

Regards,

Hannes

Version history
Last update:
‎06-26-2017 08:17 AM
Updated by: