You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, so I've been writing some feature tests to validate the functionality I've built with the help of this package is working correctly.
While doing so, I noticed the tests often got a bit clunky and could be simplified a bit with the help of some new assertions - I ended up creating a trait called DynamoDbTestAssertions that provides the following methods:
Hey, so I've been writing some feature tests to validate the functionality I've built with the help of this package is working correctly.
While doing so, I noticed the tests often got a bit clunky and could be simplified a bit with the help of some new assertions - I ended up creating a trait called
DynamoDbTestAssertions
that provides the following methods:My tests are so much easier to read and write because of this...
What do you think?
The text was updated successfully, but these errors were encountered: