Axiom.UnitTests.Collections.RenameMovableObjectRegressionTests.SetUp C# (CSharp) 메소드

SetUp() 개인적인 메소드

private SetUp ( ) : void
리턴 void
        public void SetUp()
        {
            this.sceneManager = Isolate.Fake.Instance<SceneManager>();
            Isolate.WhenCalled( () => this.sceneManager.RootSceneNode ).WillReturn( new SceneNode( this.sceneManager, "Root" ) );
            this.entity = Isolate.Fake.Instance<Entity>();
        }