Welcome to mirror list, hosted at ThFree Co, Russian Federation.

test.conf « NUnit « Lib - github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 14cd11307bfa6fd4f8b9856def92f343cc1e2221 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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>