예제 #1
0
 public void InitializeProvider(Request request)
 {
     // Nice-to-have put a debug message in that tells what's going on.
     request.Debug("Calling '{0}::InitializeProvider'", PackageProviderName);
     Initialized  = true;
     TestInstance = this;
     Reset();
 }
예제 #2
0
파일: Happy1.cs 프로젝트: notgerry/oneget
 public void InitializeProvider(Request request)
 {
     // Nice-to-have put a debug message in that tells what's going on.
     request.Debug("Calling '{0}::InitializeProvider'", PackageProviderName);
     Initialized = true;
     TestInstance = this;
     Reset();
 }