Closed divinenickname closed 8 months ago
Example method: fun test(): ResponseObj? {}
fun test(): ResponseObj? {}
Generator should generate at least two test cases:
@Test fun test_returnNull() { Assertions.assertNull(obj.test()) }
By the way, don't forget add import
Example method:
fun test(): ResponseObj? {}
Generator should generate at least two test cases:
By the way, don't forget add import