Amazon.DNXCore.IntegrationTests.General.TestExpire C# (CSharp) Method

TestExpire() private static method

private static TestExpire ( System.DateTime expire, bool expectFailure ) : System.Threading.Tasks.Task
expire System.DateTime
expectFailure bool
return System.Threading.Tasks.Task
        private static async Task TestExpire(DateTime expire, bool expectFailure)
        {
            var creds = new ProxyRefreshingAWSCredentials(expire);
            await TestCredentials(creds, expectFailure);
        }