junit5 icon indicating copy to clipboard operation
junit5 copied to clipboard

Add Kotlin contracts to exposed Kotlin API

Open awelless opened this issue 1 year ago • 4 comments

Overview

Resolves #1866. Introduced assertNull, assertNotNull and assertInstanceOf methods. Introduced contracts for assertNull, assertNotNull, assertThrows and assertDoesNotThrow methods


I hereby agree to the terms of the JUnit Contributor License Agreement.


Definition of Done

awelless avatar Apr 17 '23 13:04 awelless

Is there anything else that should be added/adjusted? Otherwise, I'd say the pr is in its final form

awelless avatar Sep 23 '23 13:09 awelless

What do you think about the pr, @marcphilipp, @JLLeitschuh?

awelless avatar Oct 03 '23 15:10 awelless

Hi. I believe the change is still relevant and the pr is ready to be reviewed.

awelless avatar Dec 15 '23 22:12 awelless

We'll consider it for 5.11, just need to find some time to review.

marcphilipp avatar Dec 18 '23 07:12 marcphilipp