C# Class AWSSDK_DotNet.IntegrationTests.Tests.General

Show file Open project: aws/aws-sdk-net

Public Properties

Property Type Description
IncorrectNegativeClockSkewOffset System.TimeSpan
IncorrectPositiveClockSkewOffset System.TimeSpan

Public Methods

Method Description
SetClockSkewCorrection ( System.TimeSpan value ) : void
TestExpiringCredentials ( ) : void

Private Methods

Method Description
ClientExists ( IEnumerable types, string client ) : bool
CreateDeleteObjectsException ( ) : DeleteObjectsException
CreateS3PostUploadException ( ) : S3PostUploadException
FindClient ( string clientName ) : Type
GetClientAction ( object client, string methodName, object request ) : System.Action
GetConfig ( object client ) : ClientConfig
GetSigner ( object client ) : AbstractAWSSigner
JsonCountSerializationBug ( ) : void
TestBidiCharsInUri ( ) : void
TestClient ( string clientName, string methodName, object request ) : void
TestClientDispose ( ) : void
TestClockSkewCorrection ( ) : void
TestCredentials ( ProxyRefreshingAWSCredentials creds, bool expectFailure ) : void
TestException ( Exception e ) : void
TestExpire ( System.DateTime expire, bool expectFailure ) : void
TestExpireOffset ( bool returnExpiredCredentials ) : void
TestLargeRetryCount ( ) : void
TestSDKExceptions ( ) : void
TestSerializaingObjects ( ) : void
TestSerializingExceptions ( ) : void
TestServiceCallForClockSkew ( System.Action action ) : void
VerifyClockSkewSetting ( ) : void

Method Details

SetClockSkewCorrection() public static method

public static SetClockSkewCorrection ( System.TimeSpan value ) : void
value System.TimeSpan
return void

TestExpiringCredentials() public method

public TestExpiringCredentials ( ) : void
return void

Property Details

IncorrectNegativeClockSkewOffset public static property

public static TimeSpan,System IncorrectNegativeClockSkewOffset
return System.TimeSpan

IncorrectPositiveClockSkewOffset public static property

public static TimeSpan,System IncorrectPositiveClockSkewOffset
return System.TimeSpan