Attereco_Front_Test.ViewModel.TopViewModelTest.プロパティのテスト.SubmitCommand.SetUp C# (CSharp) Method

SetUp() private method

private SetUp ( ) : void
return void
                public void SetUp()
                {
                    submitCommand = typeof(TopViewModel).GetProperty("SubmitCommand");
                }
TopViewModelTest.プロパティのテスト.SubmitCommand