Exemplo n.º 1
0
        public void TestInitialize()
        {
            _persons   = new List <Person>();
            _documents = new List <Document>();

            _parentMock           = new Mock <IChangeListener>();
            _documentStoreFactory = new TestDoucmentStoreFactory();

            _messageDialogServiceMock = new Mock <IMessageDialogService>();

            IocKernel.Initialize(new IocConfiguration());
        }
Exemplo n.º 2
0
        public void TestInitialize()
        {
            _persons = new List <Person>();

            _documentStoreFactory = new TestDoucmentStoreFactory();
            _dispatcherMock       = new Mock <IDispatcher>();

            _excelImportServiceMock = new Mock <IExcelImportService>();
            _excelExportServiceMock = new Mock <IExcelExportService>();

            _messageDialogServiceMock = new Mock <IMessageDialogService>();

            IocKernel.Initialize(new IocConfiguration());
        }
Exemplo n.º 3
0
 public void TestInitialize()
 {
     _documentStoreFactory = new TestDoucmentStoreFactory();
 }
Exemplo n.º 4
0
        public void TestInitialize()
        {
            _documentStoreFactory = new TestDoucmentStoreFactory();

            _messageDialogServiceMock = new Mock <IMessageDialogService>();
        }