C# Class Amazon.DNXCore.IntegrationTests.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
TestClockSkewCorrection ( ) : void
TestExpiringCredentials ( ) : System.Threading.Tasks.Task

Private Methods

Method Description
GetClientAction ( object client, string methodName, object request ) : System.Action
GetConfig ( object client ) : ClientConfig
GetSigner ( object client ) : AbstractAWSSigner
TestClient ( ClientTest ct ) : void
TestClientDispose ( ) : System.Threading.Tasks.Task
TestCredentials ( ProxyRefreshingAWSCredentials creds, bool expectFailure ) : System.Threading.Tasks.Task
TestExpire ( System.DateTime expire, bool expectFailure ) : System.Threading.Tasks.Task
TestExpireOffset ( bool returnExpiredCredentials ) : System.Threading.Tasks.Task
TestServiceCallForClockSkew ( System.Action action ) : void

Method Details

SetClockSkewCorrection() public static method

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

TestClockSkewCorrection() public method

public TestClockSkewCorrection ( ) : void
return void

TestExpiringCredentials() public method

public TestExpiringCredentials ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

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