18 lines
618 B
XML
Executable File
18 lines
618 B
XML
Executable File
<?xml version="1.0"?>
|
|
<TestGroup xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<ParallelTests>
|
|
<ParallelTest>
|
|
<Name>Testing</Name>
|
|
<Tests>
|
|
<TestConf>
|
|
<Name>Testing</Name>
|
|
<Assembly>pnunit.tests.dll</Assembly>
|
|
<TestToRun>TestLibraries.Testing.EqualTo19</TestToRun>
|
|
<Machine>localhost:8080</Machine>
|
|
<StartBarrier>SERVERSTART</StartBarrier>
|
|
<EndBarrier>ENDBARRIER</EndBarrier>
|
|
</TestConf>
|
|
</Tests>
|
|
</ParallelTest>
|
|
</ParallelTests>
|
|
</TestGroup> |