lightster / hodor

🚪 A worker queue that is evolving to a job queue
MIT License
4 stars 1 forks source link

Abstract methods for setting up DB test scenario #206

Closed lightster closed 8 years ago

lightster commented 8 years ago

Rather than all of the methods being in the AbstractAdapterTest, let's make them available in a ScenarioCreator class so other tests can make use of the functionality. We will be using these in the newer DB adapter's tests.