Bike.Test.BaseInterpreterTest.Initialize C# (CSharp) 메소드

Initialize() 개인적인 메소드

private Initialize ( ) : void
리턴 void
        protected void Initialize()
        {
            string home = System.IO.Path.GetFullPath("../../../../");
            context = InterpretationContext.StartInterpretation(home, null, null);
        }