I have been looking for a way to build my own DataSource for data driven unit tests in MSTEST. I have not 开发者_运维技巧found any documentation how to do this or any base class or interface that I ne
What do you use for writing data-driven tests in jUnit? (My definition of) a data-driven test is a test that reads data from some external source (file, database, ...), e开发者_StackOverflow中文版xec
Currently I am using DDsteps as a datadriven testing framework for my unit tests.It works quite well, except when inserting DateTime data into the database.