aion
aion copied to clipboard
Refactor: extract testing functionality to module
There are too many dummy repositories throughout the code base, each implemented in individual modules for testing the functionality interaction with an IRepository implementation.
These should be cleared and moved to a module modTest that is included only in the testing builds.
The StandaloneBlockchain is another useful class that can be moved to this module.