Execute() public method

public Execute ( ) : void
return void
コード例 #1
0
        public void testExecuteShouldLoadGameLevel()
        {
            _instance.Execute();

            _mockApplication.Received().LoadLevelAdditive("game");
        }