Unit test hinzugefügt

This commit is contained in:
Holger Boerchers
2018-08-19 21:37:03 +02:00
parent d7e6dcc3b2
commit fed5a3b443
17 changed files with 115 additions and 59 deletions

15
.vscode/tasks.json vendored
View File

@@ -1,15 +0,0 @@
{
"version": "2.0.0",
"tasks": [
{
"label": "build",
"command": "dotnet",
"type": "process",
"args": [
"build",
"${workspaceFolder}/SmallInjectorDemo.csproj"
],
"problemMatcher": "$msCompile"
}
]
}