public RequestContextFixture()
		{
			AuthenticationContext = new TestAuthenticationContext();
			RequestParameters = new TestRequestParameters(AuthenticationContext);
		}
Beispiel #2
0
 public RequestContextFixture()
 {
     AuthenticationContext = new TestAuthenticationContext();
     RequestParameters     = new TestRequestParameters(AuthenticationContext);
 }