コード例 #1
0
		public RequestContextFixture()
		{
			AuthenticationContext = new TestAuthenticationContext();
			RequestParameters = new TestRequestParameters(AuthenticationContext);
		}
コード例 #2
0
 public RequestContextFixture()
 {
     AuthenticationContext = new TestAuthenticationContext();
     RequestParameters     = new TestRequestParameters(AuthenticationContext);
 }