Attereco_Front_Test.MainViewModelTest.プロパティのテスト.TopVM.SetUp C# (CSharp) Method

SetUp() private method

private SetUp ( ) : void
return void
                public void SetUp()
                {
                    topVM = typeof(MainViewModel).GetProperty("TopVM");
                }
MainViewModelTest.プロパティのテスト.TopVM