webcompere / system-stubs

System Stubs - Test Doubles for Java System resources
MIT License
91 stars 10 forks source link

Create some factory methods for things where you need to build an object #65

Open ashleyfrieze opened 1 year ago

ashleyfrieze commented 1 year ago

Where the system stubs facade has a convenience method like muteSystemOut, produce some factory methods for the rules equivalents to avoid the caller needing to compose multiple objects "manually".