예제 #1
0
파일: Tests.cs 프로젝트: fatexik/Lab3SPP
        public void Initialize()
        {
            AssemblyReader asmInfoProcessor = new AssemblyReader();

            result        = asmInfoProcessor.read(dllPath);
            testClassType = typeof(Class1);
        }