Open gino-m opened 1 year ago
SGTM 👍
Hey @gino-m , can i take this issue ?
Sure, please go ahead!
Hey @arun-kushwaha04 are you still working on this issue? If not, I would like to take up this issue. Thanks.
Hey @gino-m , Is this issue available for me to take up?
is anybody working on this issue ?
Not at the moment. For Kotlin tests I think we'd like to move towards descriptive test method names of the form:
@Test fun `getFoo() returns true when bar is empty`() { .. }
Or for Functional (SAM) interfaces:
@Test fun `Returns true when bar is empty`() { .. }
Would you be interested in taking this on? If so, I'd suggest starting with a PR updating a single test class. Thanks!
Thanks , i will be very happy to take this forward
We currently do both - some tests are prefixed with
test
while others aren't.For consistency, I suggest we are consistent with implicit convention in Android testing docs: https://developer.android.com/guide
@scolsen @shobhitagarwal1612 @JSunde Any objections?