コード例 #1
0
 public void SetupTest()
 {
     _connectionString = "Data Source=localhost;Initial Catalog=invoset.za;user id=me;pwd=mylogin;MultipleActiveResultSets=True;App=InvosetLocal";
     _dllPath          = @"C:\Users\magdalena.leisegang\Documents\Visual Studio 2017\Projects\EFMappingChecker\EFMappingChecker\Debug\Invoset.Data.dll";
     _checkerToTest    = new MappingChecker(new List <string> {
         ""
     }, _connectionString);
     _dbContextFinderToTest = new DbContextFinder();
 }
コード例 #2
0
 public StoredProcedureTester()
 {
     _exclusionList   = new List <string>();
     _dbContextFinder = new DbContextFinder();
 }
コード例 #3
0
 public MappingChecker()
 {
     _exclusionList   = new List <string>();
     _dbContextFinder = new DbContextFinder();
 }