Versions Compared

Key

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

...

  • Database dependency causes too many issues, making unit testing much harder and increasing the complexity of the code. Refactoring to a database-neutral system should be a priority
  • A release could be done (1.8?) centered on cleaning code, improving stability and coherency and refactoring unit tests, as well as replacing the database system. No new functionalities. This would make future work much easier.

...

Dependencies

There is a set of tools used by all the tests. These tools will be described in this section.

...

The project makes use of ContiPerf 1.06.

H2

H2 is an in-memory database that has been used 

The project makes use of H2 version 1.2.137

Unit Tests Implementation

...