From 7a2803f342777eddf6bf2feef12558b315b92c67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20Gr=C3=BCtzmacher?= Date: Fri, 5 Aug 2022 18:46:46 +0200 Subject: [PATCH] Updated ApiApproval --- .../ApprovedApi/FluentAssertions/net47.verified.txt | 6 ++++++ .../ApprovedApi/FluentAssertions/net6.0.verified.txt | 6 ++++++ .../ApprovedApi/FluentAssertions/netcoreapp2.1.verified.txt | 6 ++++++ .../ApprovedApi/FluentAssertions/netcoreapp3.0.verified.txt | 6 ++++++ .../FluentAssertions/netstandard2.0.verified.txt | 6 ++++++ .../FluentAssertions/netstandard2.1.verified.txt | 6 ++++++ 6 files changed, 36 insertions(+) diff --git a/Tests/Approval.Tests/ApprovedApi/FluentAssertions/net47.verified.txt b/Tests/Approval.Tests/ApprovedApi/FluentAssertions/net47.verified.txt index 44dcce33ce..7c6880d06a 100644 --- a/Tests/Approval.Tests/ApprovedApi/FluentAssertions/net47.verified.txt +++ b/Tests/Approval.Tests/ApprovedApi/FluentAssertions/net47.verified.txt @@ -2237,6 +2237,12 @@ namespace FluentAssertions.Specialized public AsyncFunctionAssertions(System.Func subject, FluentAssertions.Specialized.IExtractExceptions extractor, FluentAssertions.Common.IClock clock) { } protected override string Identifier { get; } public System.Threading.Tasks.Task> CompleteWithinAsync(System.TimeSpan timeSpan, string because = "", params object[] becauseArgs) { } + protected System.Threading.Tasks.Task CompletesWithinTimeoutAsync(System.Threading.Tasks.Task target, System.TimeSpan remainingTime, FluentAssertions.Common.IClock clock) { } + [return: System.Runtime.CompilerServices.TupleElementNames(new string[] { + "result", + "remainingTime"})] + protected System.ValueTuple InvokeWithTimer(System.TimeSpan timeSpan, FluentAssertions.Common.IClock clock) { } + public System.Threading.Tasks.Task> NotCompleteWithinAsync(System.TimeSpan timeSpan, string because = "", params object[] becauseArgs) { } public System.Threading.Tasks.Task> NotThrowAfterAsync(System.TimeSpan waitTime, System.TimeSpan pollInterval, string because = "", params object[] becauseArgs) { } public System.Threading.Tasks.Task> NotThrowAsync(string because = "", params object[] becauseArgs) { } public System.Threading.Tasks.Task> NotThrowAsync(string because = "", params object[] becauseArgs) diff --git a/Tests/Approval.Tests/ApprovedApi/FluentAssertions/net6.0.verified.txt b/Tests/Approval.Tests/ApprovedApi/FluentAssertions/net6.0.verified.txt index fbf2f744c5..3e95685bde 100644 --- a/Tests/Approval.Tests/ApprovedApi/FluentAssertions/net6.0.verified.txt +++ b/Tests/Approval.Tests/ApprovedApi/FluentAssertions/net6.0.verified.txt @@ -2355,6 +2355,12 @@ namespace FluentAssertions.Specialized public AsyncFunctionAssertions(System.Func subject, FluentAssertions.Specialized.IExtractExceptions extractor, FluentAssertions.Common.IClock clock) { } protected override string Identifier { get; } public System.Threading.Tasks.Task> CompleteWithinAsync(System.TimeSpan timeSpan, string because = "", params object[] becauseArgs) { } + protected System.Threading.Tasks.Task CompletesWithinTimeoutAsync(System.Threading.Tasks.Task target, System.TimeSpan remainingTime, FluentAssertions.Common.IClock clock) { } + [return: System.Runtime.CompilerServices.TupleElementNames(new string[] { + "result", + "remainingTime"})] + protected System.ValueTuple InvokeWithTimer(System.TimeSpan timeSpan, FluentAssertions.Common.IClock clock) { } + public System.Threading.Tasks.Task> NotCompleteWithinAsync(System.TimeSpan timeSpan, string because = "", params object[] becauseArgs) { } public System.Threading.Tasks.Task> NotThrowAfterAsync(System.TimeSpan waitTime, System.TimeSpan pollInterval, string because = "", params object[] becauseArgs) { } public System.Threading.Tasks.Task> NotThrowAsync(string because = "", params object[] becauseArgs) { } public System.Threading.Tasks.Task> NotThrowAsync(string because = "", params object[] becauseArgs) diff --git a/Tests/Approval.Tests/ApprovedApi/FluentAssertions/netcoreapp2.1.verified.txt b/Tests/Approval.Tests/ApprovedApi/FluentAssertions/netcoreapp2.1.verified.txt index 71b8257042..80857e071d 100644 --- a/Tests/Approval.Tests/ApprovedApi/FluentAssertions/netcoreapp2.1.verified.txt +++ b/Tests/Approval.Tests/ApprovedApi/FluentAssertions/netcoreapp2.1.verified.txt @@ -2237,6 +2237,12 @@ namespace FluentAssertions.Specialized public AsyncFunctionAssertions(System.Func subject, FluentAssertions.Specialized.IExtractExceptions extractor, FluentAssertions.Common.IClock clock) { } protected override string Identifier { get; } public System.Threading.Tasks.Task> CompleteWithinAsync(System.TimeSpan timeSpan, string because = "", params object[] becauseArgs) { } + protected System.Threading.Tasks.Task CompletesWithinTimeoutAsync(System.Threading.Tasks.Task target, System.TimeSpan remainingTime, FluentAssertions.Common.IClock clock) { } + [return: System.Runtime.CompilerServices.TupleElementNames(new string[] { + "result", + "remainingTime"})] + protected System.ValueTuple InvokeWithTimer(System.TimeSpan timeSpan, FluentAssertions.Common.IClock clock) { } + public System.Threading.Tasks.Task> NotCompleteWithinAsync(System.TimeSpan timeSpan, string because = "", params object[] becauseArgs) { } public System.Threading.Tasks.Task> NotThrowAfterAsync(System.TimeSpan waitTime, System.TimeSpan pollInterval, string because = "", params object[] becauseArgs) { } public System.Threading.Tasks.Task> NotThrowAsync(string because = "", params object[] becauseArgs) { } public System.Threading.Tasks.Task> NotThrowAsync(string because = "", params object[] becauseArgs) diff --git a/Tests/Approval.Tests/ApprovedApi/FluentAssertions/netcoreapp3.0.verified.txt b/Tests/Approval.Tests/ApprovedApi/FluentAssertions/netcoreapp3.0.verified.txt index 8c76d8743f..dd6ad1fd0c 100644 --- a/Tests/Approval.Tests/ApprovedApi/FluentAssertions/netcoreapp3.0.verified.txt +++ b/Tests/Approval.Tests/ApprovedApi/FluentAssertions/netcoreapp3.0.verified.txt @@ -2237,6 +2237,12 @@ namespace FluentAssertions.Specialized public AsyncFunctionAssertions(System.Func subject, FluentAssertions.Specialized.IExtractExceptions extractor, FluentAssertions.Common.IClock clock) { } protected override string Identifier { get; } public System.Threading.Tasks.Task> CompleteWithinAsync(System.TimeSpan timeSpan, string because = "", params object[] becauseArgs) { } + protected System.Threading.Tasks.Task CompletesWithinTimeoutAsync(System.Threading.Tasks.Task target, System.TimeSpan remainingTime, FluentAssertions.Common.IClock clock) { } + [return: System.Runtime.CompilerServices.TupleElementNames(new string[] { + "result", + "remainingTime"})] + protected System.ValueTuple InvokeWithTimer(System.TimeSpan timeSpan, FluentAssertions.Common.IClock clock) { } + public System.Threading.Tasks.Task> NotCompleteWithinAsync(System.TimeSpan timeSpan, string because = "", params object[] becauseArgs) { } public System.Threading.Tasks.Task> NotThrowAfterAsync(System.TimeSpan waitTime, System.TimeSpan pollInterval, string because = "", params object[] becauseArgs) { } public System.Threading.Tasks.Task> NotThrowAsync(string because = "", params object[] becauseArgs) { } public System.Threading.Tasks.Task> NotThrowAsync(string because = "", params object[] becauseArgs) diff --git a/Tests/Approval.Tests/ApprovedApi/FluentAssertions/netstandard2.0.verified.txt b/Tests/Approval.Tests/ApprovedApi/FluentAssertions/netstandard2.0.verified.txt index d628c9549e..3f99633ce2 100644 --- a/Tests/Approval.Tests/ApprovedApi/FluentAssertions/netstandard2.0.verified.txt +++ b/Tests/Approval.Tests/ApprovedApi/FluentAssertions/netstandard2.0.verified.txt @@ -2189,6 +2189,12 @@ namespace FluentAssertions.Specialized public AsyncFunctionAssertions(System.Func subject, FluentAssertions.Specialized.IExtractExceptions extractor, FluentAssertions.Common.IClock clock) { } protected override string Identifier { get; } public System.Threading.Tasks.Task> CompleteWithinAsync(System.TimeSpan timeSpan, string because = "", params object[] becauseArgs) { } + protected System.Threading.Tasks.Task CompletesWithinTimeoutAsync(System.Threading.Tasks.Task target, System.TimeSpan remainingTime, FluentAssertions.Common.IClock clock) { } + [return: System.Runtime.CompilerServices.TupleElementNames(new string[] { + "result", + "remainingTime"})] + protected System.ValueTuple InvokeWithTimer(System.TimeSpan timeSpan, FluentAssertions.Common.IClock clock) { } + public System.Threading.Tasks.Task> NotCompleteWithinAsync(System.TimeSpan timeSpan, string because = "", params object[] becauseArgs) { } public System.Threading.Tasks.Task> NotThrowAfterAsync(System.TimeSpan waitTime, System.TimeSpan pollInterval, string because = "", params object[] becauseArgs) { } public System.Threading.Tasks.Task> NotThrowAsync(string because = "", params object[] becauseArgs) { } public System.Threading.Tasks.Task> NotThrowAsync(string because = "", params object[] becauseArgs) diff --git a/Tests/Approval.Tests/ApprovedApi/FluentAssertions/netstandard2.1.verified.txt b/Tests/Approval.Tests/ApprovedApi/FluentAssertions/netstandard2.1.verified.txt index 5043b87f06..0a79bc2b26 100644 --- a/Tests/Approval.Tests/ApprovedApi/FluentAssertions/netstandard2.1.verified.txt +++ b/Tests/Approval.Tests/ApprovedApi/FluentAssertions/netstandard2.1.verified.txt @@ -2237,6 +2237,12 @@ namespace FluentAssertions.Specialized public AsyncFunctionAssertions(System.Func subject, FluentAssertions.Specialized.IExtractExceptions extractor, FluentAssertions.Common.IClock clock) { } protected override string Identifier { get; } public System.Threading.Tasks.Task> CompleteWithinAsync(System.TimeSpan timeSpan, string because = "", params object[] becauseArgs) { } + protected System.Threading.Tasks.Task CompletesWithinTimeoutAsync(System.Threading.Tasks.Task target, System.TimeSpan remainingTime, FluentAssertions.Common.IClock clock) { } + [return: System.Runtime.CompilerServices.TupleElementNames(new string[] { + "result", + "remainingTime"})] + protected System.ValueTuple InvokeWithTimer(System.TimeSpan timeSpan, FluentAssertions.Common.IClock clock) { } + public System.Threading.Tasks.Task> NotCompleteWithinAsync(System.TimeSpan timeSpan, string because = "", params object[] becauseArgs) { } public System.Threading.Tasks.Task> NotThrowAfterAsync(System.TimeSpan waitTime, System.TimeSpan pollInterval, string because = "", params object[] becauseArgs) { } public System.Threading.Tasks.Task> NotThrowAsync(string because = "", params object[] becauseArgs) { } public System.Threading.Tasks.Task> NotThrowAsync(string because = "", params object[] becauseArgs)