public WasteCodesViewModelTests()
        {
            notification = new TestableNotificationApplication
            {
                WasteCodes = wasteCodes
            };

            viewModel = FormatterServices.GetUninitializedObject(typeof(TestableWasteCodesViewModel)) as TestableWasteCodesViewModel;
        }
Exemplo n.º 2
0
        public WasteCodesViewModelTests()
        {
            notification = new TestableNotificationApplication
            {
                WasteCodes = wasteCodes
            };

            viewModel = FormatterServices.GetUninitializedObject(typeof(TestableWasteCodesViewModel)) as TestableWasteCodesViewModel;
        }