Make Inventory operations more testable
GregHib opened this issue · 0 comments
GregHib commented
Due to the unortherdox way operations are implemented by using interfaces to reduce boilerplate code, the classes and methods don't show up as not covered on tests (even though they absolutely are), giving inv
91% line but only 60% class and method coverage.
Could make operations more testable by changing them to classes or objects and have the methods extend TransactionOperation.