naver / fixture-monkey

Let Fixture Monkey generate test instances including edge cases automatically
https://naver.github.io/fixture-monkey
Apache License 2.0
560 stars 89 forks source link

Remove the deprecated getCause function in KotlinTest class #968

Closed this-is-spear closed 5 months ago

this-is-spear commented 5 months ago

Summary

AbstractThrowableAssert#getCause() method was deprecated and changed to AbstractThrowableAssert#cause().

(Optional): Description

The git action execution history confirmed the use of a deprecated function. AbstractThrowableAssert#getCause() method was deprecated and changed to AbstractThrowableAssert#cause(). When I checked the method, there was no change behavior and the name change seemed to be the purpose.

How Has This Been Tested?

Tested in KotlinTest#kotlinObjectUseJavaGetterThrows.

Is the Document updated?

There are no feature changes.