aion icon indicating copy to clipboard operation
aion copied to clipboard

Refactor: extract testing functionality to module

Open AlexandraRoatis opened this issue 7 years ago • 0 comments

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.

AlexandraRoatis avatar Dec 19 '18 16:12 AlexandraRoatis