Skip to content

renamed classes

renamed classes #1772

Triggered via push September 18, 2023 09:06
Status Failure
Total duration 9m 27s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yml

on: push
Matrix: instrumentation-test
Matrix: unit-test
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 40 warnings
Unit tests (messagingpush)
❌ No test results found for JUnit Test Report
Unit tests (messagingpush): messagingpush/src/test/java/io/customer/messagingpush/ModuleMessagingConfigTest.kt#L23
Class 'ModuleMessagingConfigTest' is not abstract and does not implement abstract base class member protected abstract val application: Application defined in io.customer.commontest.BaseTest
Unit tests (messagingpush): messagingpush/src/test/java/io/customer/messagingpush/ModuleMessagingPushFCMTest.kt#L19
Class 'ModuleMessagingPushFCMTest' is not abstract and does not implement abstract base class member protected abstract val application: Application defined in io.customer.commontest.BaseTest
Unit tests (messagingpush)
Process completed with exit code 1.
Unit tests (messaginginapp)
The job was canceled because "messagingpush" failed.
Unit tests (messaginginapp)
❌ No test results found for JUnit Test Report
Unit tests (messaginginapp): messaginginapp/src/test/java/io/customer/messaginginapp/InAppMessagesProviderTest.kt#L24
Class 'InAppMessagesProviderTest' is not abstract and does not implement abstract base class member protected abstract val application: Application defined in io.customer.commontest.BaseTest
Unit tests (messaginginapp)
Process completed with exit code 1.
Unit tests (sdk)
The job was canceled because "messagingpush" failed.
Unit tests (sdk)
❌ No test results found for JUnit Test Report
Unit tests (sdk)
The operation was canceled.
Unit tests (messagingpush): sdk/src/main/java/io/customer/sdk/CustomerIO.kt#L549
'getActivityInfo(ComponentName, Int): ActivityInfo' is deprecated. Deprecated in Java
Unit tests (messagingpush): sdk/src/main/java/io/customer/sdk/data/store/ApplicationStore.kt#L24
'getPackageInfo(String, Int): PackageInfo!' is deprecated. Deprecated in Java
Unit tests (messagingpush): sdk/src/main/java/io/customer/sdk/repository/ProfileRepository.kt#L39
Name shadowed: currentlyIdentifiedProfileIdentifier
Unit tests (messagingpush): common-test/src/main/java/io/customer/commontest/util/DispatchersProviderStub.kt#L7
'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.
Unit tests (messagingpush): common-test/src/main/java/io/customer/commontest/util/DispatchersProviderStub.kt#L24
'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.
Unit tests (messagingpush): common-test/src/main/java/io/customer/commontest/util/DispatchersProviderStub.kt#L28
'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.
Unit tests (messagingpush): messagingpush/src/main/java/io/customer/messagingpush/CustomerIOPushNotificationHandler.kt#L132
'getApplicationInfo(String, Int): ApplicationInfo' is deprecated. Deprecated in Java
Unit tests (messagingpush): messagingpush/src/main/java/io/customer/messagingpush/CustomerIOPushReceiver.kt#L43
'getParcelable(String?): T?' is deprecated. Deprecated in Java
Unit tests (messaginginapp): sdk/src/main/java/io/customer/sdk/CustomerIO.kt#L549
'getActivityInfo(ComponentName, Int): ActivityInfo' is deprecated. Deprecated in Java
Unit tests (messaginginapp): sdk/src/main/java/io/customer/sdk/data/store/ApplicationStore.kt#L24
'getPackageInfo(String, Int): PackageInfo!' is deprecated. Deprecated in Java
Unit tests (messaginginapp): sdk/src/main/java/io/customer/sdk/repository/ProfileRepository.kt#L39
Name shadowed: currentlyIdentifiedProfileIdentifier
Unit tests (messaginginapp): common-test/src/main/java/io/customer/commontest/util/DispatchersProviderStub.kt#L7
'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.
Unit tests (messaginginapp): common-test/src/main/java/io/customer/commontest/util/DispatchersProviderStub.kt#L24
'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.
Unit tests (messaginginapp): common-test/src/main/java/io/customer/commontest/util/DispatchersProviderStub.kt#L28
'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.
Unit tests (messaginginapp): messaginginapp/src/main/java/io/customer/messaginginapp/gist/data/listeners/Queue.kt#L71
This is a delicate API and its use requires care. Make sure you fully read and understand documentation of the declaration that is marked as a delicate API.
instrumentation-test (java_layout): sdk/src/main/java/io/customer/sdk/CustomerIO.kt#L549
'getActivityInfo(ComponentName, Int): ActivityInfo' is deprecated. Deprecated in Java
instrumentation-test (java_layout): sdk/src/main/java/io/customer/sdk/data/store/ApplicationStore.kt#L24
'getPackageInfo(String, Int): PackageInfo!' is deprecated. Deprecated in Java
instrumentation-test (java_layout): sdk/src/main/java/io/customer/sdk/repository/ProfileRepository.kt#L39
Name shadowed: currentlyIdentifiedProfileIdentifier
instrumentation-test (java_layout): messagingpush/src/main/java/io/customer/messagingpush/CustomerIOPushNotificationHandler.kt#L132
'getApplicationInfo(String, Int): ApplicationInfo' is deprecated. Deprecated in Java
instrumentation-test (java_layout): messagingpush/src/main/java/io/customer/messagingpush/CustomerIOPushReceiver.kt#L43
'getParcelable(String?): T?' is deprecated. Deprecated in Java
instrumentation-test (java_layout): messagingpush/src/main/java/io/customer/messagingpush/util/DeepLinkUtil.kt#L143
'queryIntentActivities(Intent, Int): (Mutable)List<ResolveInfo!>' is deprecated. Deprecated in Java
instrumentation-test (java_layout): messaginginapp/src/main/java/io/customer/messaginginapp/gist/data/listeners/Queue.kt#L71
This is a delicate API and its use requires care. Make sure you fully read and understand documentation of the declaration that is marked as a delicate API.
instrumentation-test (kotlin_compose): sdk/src/main/java/io/customer/sdk/CustomerIO.kt#L549
'getActivityInfo(ComponentName, Int): ActivityInfo' is deprecated. Deprecated in Java
instrumentation-test (kotlin_compose): sdk/src/main/java/io/customer/sdk/data/store/ApplicationStore.kt#L24
'getPackageInfo(String, Int): PackageInfo!' is deprecated. Deprecated in Java
instrumentation-test (kotlin_compose): messagingpush/src/main/java/io/customer/messagingpush/CustomerIOPushNotificationHandler.kt#L132
'getApplicationInfo(String, Int): ApplicationInfo' is deprecated. Deprecated in Java
instrumentation-test (kotlin_compose): messagingpush/src/main/java/io/customer/messagingpush/CustomerIOPushReceiver.kt#L43
'getParcelable(String?): T?' is deprecated. Deprecated in Java
instrumentation-test (kotlin_compose): messagingpush/src/main/java/io/customer/messagingpush/util/DeepLinkUtil.kt#L143
'queryIntentActivities(Intent, Int): (Mutable)List<ResolveInfo!>' is deprecated. Deprecated in Java
instrumentation-test (kotlin_compose): messaginginapp/src/main/java/io/customer/messaginginapp/gist/data/listeners/Queue.kt#L71
This is a delicate API and its use requires care. Make sure you fully read and understand documentation of the declaration that is marked as a delicate API.