SharpUnit.UnityTestCase.SetUp C# (CSharp) Method

SetUp() public method

public SetUp ( ) : void
return void
        public virtual void SetUp()
        {
            // Base class has nothing to setup.
        }