
Embedded MongoDB provide a platform neutral way for running mongodb in Java unittests.
Thanks to this java library you can easily run integration test against a real mongo database. It...
Read MoreSelect Page
by Cédric Walter | Jan 28, 2021 | Java | 0 |
Thanks to this java library you can easily run integration test against a real mongo database. It...
Read Moreby Cédric Walter | Mar 17, 2020 | Development | 0 |
Lets start with the usage in JUnit @Rule public LogAccessor logAccessor=new LogAccessor(); @Test...
Read Moreby Cédric Walter | Apr 10, 2008 | Development | 0 |
In a multi modules project where you have write API or common code for unit tests in one project...
Read Moreby Cédric Walter | Dec 10, 2005 | Development | 0 |
Use JUNIT forDesigning/defining function.Documentation: act like a sort of cookbookRegression testingYou find a bug and correct it? write a JUNIT testcase! white paper available in download section
Read More