Axiom.UnitTests.Collections.RenameMovableObjectRegressionTests.SetUp C# (CSharp) Method

SetUp() private method

private SetUp ( ) : void
return 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>();
        }