Duplicated test scenario I would like to test

This commit is contained in:
Tracy Pearson
2022-08-27 11:50:22 -04:00
parent ac7b047983
commit 42c192d849
10 changed files with 137 additions and 6 deletions

View File

@@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WpfViewModelFirst.Tests.Part2
{
public class Part2ViewModelTests
{
}
}