chore: remove all logic for older version of plugin (latestVersion)#10
Conversation
| @Test | ||
| fun givenTakePictureNotCalledJPEGWhenProcessResultFromCameraThenTakePhotoError() { | ||
|
|
||
| fun givenAPI30TakePictureCalledJPEGAndDataUriAndUriNullWhenProcessResultFromCameraThenError() { |
There was a problem hiding this comment.
Curious: did you find why some tests are called givenAPI30 and others givenAPI28? Was it just that the latter being called with latestVersion=false? It's kind of weird that they're labelled with the API level when that does not get into account for the actual test.
There was a problem hiding this comment.
good question, I don't really know why 😅 New tests were added by Claude and I think it did that because older tests already had that naming pattern?
There was a problem hiding this comment.
Yeah, that's fair, I was asking more to know if you knew why they had the API level in the name before. But anyway it's non-blocker, just a curiosity, all good on my end.
There was a problem hiding this comment.
@OS-pedrogustavobilro I renamed the tests to remove that
There was a problem hiding this comment.
But yeah I think originally we were setting the API level and that's why tests were named like that
98a5359
into
feat/RMET-4099/android-implementation
Source files:
Test files:
calls) and added a few new tests that were missing
(IONCAMRCameraManager, IONCAMRCameraParameters) and the PROCESS_SUCCESS constant