Esempio n. 1
0
        public HomeTilesViewModelTest()
        {
            TestBootstrapper bootstrapper = new TestBootstrapper();

            bootstrapper.Run();

            vm = new HomeTilesViewModel();
        }
Esempio n. 2
0
        public void CanCreateHomeTilesViewModel()
        {
            var viewModel = new HomeTilesViewModel();

            Assert.IsNotNull(viewModel);
        }