Skip to content

Commit

Permalink
Remove old experimental proxy assertions
Browse files Browse the repository at this point in the history
  • Loading branch information
bitPogo committed Apr 26, 2022
1 parent 141bde7 commit 5d9779a
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 476 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ toc::[]
* `allowedRecursiveTypes`, since it is no longer needed due to the new spy invocation
* `allowInterfacesOnKmock`, use allowInterfaces instead
* `allowInterfacesOnKspy`, use allowInterfaces instead
* old experimental ProxyAssertion family, use `assertProxy` or `verify` instead

=== Fixed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ annotation class Relaxer

@RequiresOptIn(
level = RequiresOptIn.Level.WARNING,
message = "This API is experimental. It may be removed or changed in future releases."
message = "This API is experimental. It may be removed or changed in future releases."
)
@Target(
AnnotationTarget.CLASS,
Expand Down

This file was deleted.

Loading

0 comments on commit 5d9779a

Please sign in to comment.