The actual version is only a proof of concept to study the feasibility and to experiment the idea.
Currently only TSQL and MDX languages are supported.
A brief guide on how to use it:
- Place the query you want to test in the Reference.xml file.
- Run the QueryUnitPOC.exe application. It will load Reference.xml file and create a Class Library at runtime using the file ClassTemplate.vt as template. It will also produce the created C# source code.
- Load the newly created .dll with NUnit GUI
- Run the tests