refactored name gender button tests #2
Annotations
10 warnings
Run unit tests:
petJournal/domain/src/main/java/com/soujunior/domain/use_case/auth/CheckLoginStatusUseCase.kt#L9
Variable 'token' is never used
|
Run unit tests:
petJournal/domain/src/main/java/com/soujunior/domain/use_case/auth/SavePasswordUseCase.kt#L11
The corresponding parameter in the supertype 'BaseUseCase' is named 'value'. This may cause problems when calling this function with named arguments.
|
Run unit tests:
petJournal/domain/src/main/java/com/soujunior/domain/use_case/util/ValidationRepositoryImpl.kt#L39
The corresponding parameter in the supertype 'ValidationRepository' is named 'value'. This may cause problems when calling this function with named arguments.
|
Run unit tests:
petJournal/domain/src/main/java/com/soujunior/domain/use_case/auth/CheckLoginStatusUseCase.kt#L9
Variable 'token' is never used
|
Run unit tests:
petJournal/domain/src/main/java/com/soujunior/domain/use_case/auth/SavePasswordUseCase.kt#L11
The corresponding parameter in the supertype 'BaseUseCase' is named 'value'. This may cause problems when calling this function with named arguments.
|
Run unit tests:
petJournal/domain/src/main/java/com/soujunior/domain/use_case/util/ValidationRepositoryImpl.kt#L39
The corresponding parameter in the supertype 'ValidationRepository' is named 'value'. This may cause problems when calling this function with named arguments.
|
Run unit tests:
petJournal/domain/src/test/java/com/soujunior/domain/setup/MainCoroutineRule.kt#L5
'TestCoroutineDispatcher' is deprecated. The execution order of `TestCoroutineDispatcher` can be confusing, and the mechanism of pausing is typically misunderstood. Please use `StandardTestDispatcher` or `UnconfinedTestDispatcher` instead.
|
Run unit tests:
petJournal/domain/src/test/java/com/soujunior/domain/setup/MainCoroutineRule.kt#L14
'TestCoroutineDispatcher' is deprecated. The execution order of `TestCoroutineDispatcher` can be confusing, and the mechanism of pausing is typically misunderstood. Please use `StandardTestDispatcher` or `UnconfinedTestDispatcher` instead.
|
Run unit tests:
petJournal/domain/src/test/java/com/soujunior/domain/setup/MainCoroutineRule.kt#L14
'TestCoroutineDispatcher' is deprecated. The execution order of `TestCoroutineDispatcher` can be confusing, and the mechanism of pausing is typically misunderstood. Please use `StandardTestDispatcher` or `UnconfinedTestDispatcher` instead.
|
Run unit tests:
petJournal/domain/src/test/java/com/soujunior/domain/setup/MainCoroutineRule.kt#L15
'TestCoroutineScope' is deprecated. Use `TestScope` in combination with `runTest` instead.Please see the migration guide for details: https://github.com/Kotlin/kotlinx.coroutines/blob/master/kotlinx-coroutines-test/MIGRATION.md
|
Loading