示例#1
0
 public CommandTestBase()
 {
     _fuhoDbContext = FuhoContextFactory.Create();
 }
示例#2
0
 public void Dispose()
 {
     FuhoContextFactory.Destroy(_fuhoDbContext);
 }
示例#3
0
 public QueryTestFixture()
 {
     FuhoDbContext     = FuhoContextFactory.Create();
     FileSystemService = new Mock <IFileSystemService>();
     Mapper            = new Mock <IMapper>();
 }