VulcanAnalytics / DBTester

Simplified MSSQL database testing library
GNU General Public License v3.0
1 stars 2 forks source link

Insertdata - Specify default values for columns #10

Closed darrencomeau closed 6 years ago

darrencomeau commented 6 years ago

Want a method which allows you to define a set of default values for a database object so when testing a certain piece of logic you don't have to specify all the "clutter" values too.

darrencomeau commented 6 years ago

released in version 0.7.0-alpha and documented new feature on the InsertData wiki page