Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CTS tests for AccessibilityEvent & AccessibilityNodeInfo constructors #9046

Conversation

utzcoz
Copy link
Member

@utzcoz utzcoz commented May 4, 2024

For #9045.

  1. AccessibilityEventTest was copied from cts/tests/accessibility/src/android/view/accessibility/cts/AccessibilityEventTest.java and
    cts/tests/accessibility/src/android/view/accessibility/cts/AccessibilityRecordTest.java, and migrated junit assertions to Google Truth.
  2. AccessibiiltyNodeInfoTest was copied from cts/tests/accessibility/src/android/view/accessibility/cts/AccessibilityNodeInfoTest.java and migrated junit assertions to Google Truth.

Copied from cts/tests/accessibility/src/android/view/accessibility/cts/AccessibilityEventTest.java
and
cts/tests/accessibility/src/android/view/accessibility/cts/AccessibilityRecordTest.java,
and migrated junit assertions to Google Truth.

Signed-off-by: utzcoz <utzcoz@outlook.com>
@utzcoz utzcoz requested a review from hoisie May 4, 2024 05:32
Copied from
cts/tests/accessibility/src/android/view/accessibility/cts/AccessibilityNodeInfoTest.java
and migrated assertions from junit to Google Truth.

Signed-off-by: utzcoz <utzcoz@outlook.com>
@utzcoz utzcoz changed the title Add CTS tests for AccessibilityEvent constructors Add CTS tests for AccessibilityEvent & AccessibilityNodeInfo constructors May 4, 2024
@utzcoz utzcoz merged commit 1baf605 into robolectric:master May 4, 2024
21 checks passed
@utzcoz utzcoz deleted the add-CTS-tests-for-AccessibilityEvent-constructor branch May 4, 2024 05:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant