diff options
| author | Jason Lepp <jlepp@arcresources.com> | 2010-10-15 09:36:03 -0600 |
|---|---|---|
| committer | Jason Lepp <jlepp@arcresources.com> | 2010-10-15 09:36:03 -0600 |
| commit | 364848a914c844fe2e29d83922f8f1001d14c14b (patch) | |
| tree | 4d1fcf3edca6c3c31754582705b70cab8053c7e0 /lib/nunit/test.conf | |
| parent | 089aeadfcd4819c051e56c26e89ab453851d1216 (diff) | |
Add test project, and some MVP related interfaces
Diffstat (limited to 'lib/nunit/test.conf')
| -rwxr-xr-x | lib/nunit/test.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lib/nunit/test.conf b/lib/nunit/test.conf new file mode 100755 index 0000000..a35e718 --- /dev/null +++ b/lib/nunit/test.conf @@ -0,0 +1,24 @@ +<TestGroup>
+ <ParallelTests>
+
+ <ParallelTest>
+ <Name>Testing</Name>
+ <Tests>
+ <TestConf>
+ <Name>Testing</Name>
+ <Assembly>pnunit.tests.dll</Assembly>
+ <TestToRun>TestLibraries.Testing.EqualTo19</TestToRun>
+ <Machine>localhost:8080</Machine>
+ <TestParams>
+ <string>..\server</string> <!-- server dir -->
+ <string></string> <!-- database server -->
+ <string></string><!-- conn string -->
+ </TestParams>
+ </TestConf>
+
+ </Tests>
+ </ParallelTest>
+
+
+ </ParallelTests>
+</TestGroup>
\ No newline at end of file |
