12 lines
431 B
XML
12 lines
431 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RunSettings>
|
|
<NUnit>
|
|
<DefaultTestNamePattern>{m}</DefaultTestNamePattern>
|
|
</NUnit>
|
|
<!--
|
|
Filter examples:
|
|
Unit only: dotnet test FanucProgramManager.Tests --filter "Category!=Integration"
|
|
Integration only: dotnet test FanucProgramManager.Tests --filter "Category=Integration"
|
|
All: dotnet test FanucProgramManager.Tests
|
|
-->
|
|
</RunSettings>
|