aso
aso copied to clipboard
unit tests
Unit tests should verify the logic of every method, using mocks or stub store objects, so we control input values and know what to expect.
Store integration should be tested separately.