|
|
Browse by Tags
All Tags » deltaRunner » dataFresh (RSS)
-
dataFresh is extremely easy to implement into your test framework. I will demonstrate just how easy it is by blogging a very simple implemenation using a test fixture base class from which all test fixtures should derive.[SetUp]
public virtual void Setup()
{
InitializeDatabase();
}
public static void InitializeDatabase()
{
if ...
-
We use this sample as a template for all of our new projects. This sample code integrates both dataFresh and deltaRunner and delivers a jump start to get you on your to building a very powerful test harness for your next test driven project.
|
|
|