You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: datacapture/src/main/java/com/google/android/fhir/datacapture/views/factories/CheckBoxGroupViewHolderFactory.kt
Copy file name to clipboardexpand all lines: datacapture/src/main/java/com/google/android/fhir/datacapture/views/factories/DialogSelectViewHolderFactory.kt
Copy file name to clipboardexpand all lines: datacapture/src/main/java/com/google/android/fhir/datacapture/views/factories/DropDownViewHolderFactory.kt
Copy file name to clipboardexpand all lines: datacapture/src/main/java/com/google/android/fhir/datacapture/views/factories/RadioGroupViewHolderFactory.kt
Copy file name to clipboardexpand all lines: datacapture/src/test/java/com/google/android/fhir/datacapture/extensions/MoreQuestionnaireResponsesTest.kt
+115
Original file line number
Diff line number
Diff line change
@@ -260,6 +260,121 @@ class MoreQuestionnaireResponsesTest {
Copy file name to clipboardexpand all lines: datacapture/src/test/java/com/google/android/fhir/datacapture/views/factories/CheckBoxGroupViewHolderFactoryTest.kt
+4-2
Original file line number
Diff line number
Diff line change
@@ -124,7 +124,8 @@ class CheckBoxGroupViewHolderFactoryTest {
124
124
val checkBoxGroup = viewHolder.itemView.findViewById<ConstraintLayout>(R.id.checkbox_group)
125
125
val children = checkBoxGroup.children.asIterable().filterIsInstance<CheckBox>()
Copy file name to clipboardexpand all lines: datacapture/src/test/java/com/google/android/fhir/datacapture/views/factories/RadioGroupViewHolderFactoryTest.kt
+4-2
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,8 @@ class RadioGroupViewHolderFactoryTest {
118
118
val radioGroup = viewHolder.itemView.findViewById<ConstraintLayout>(R.id.radio_group)
119
119
val children = radioGroup.children.asIterable().filterIsInstance<RadioButton>()
Copy file name to clipboardexpand all lines: datacapture/src/test/java/com/google/android/fhir/datacapture/views/factories/ReviewViewHolderFactoryTest.kt
+5-5
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* Copyright 2023 Google LLC
2
+
* Copyright 2023-2024 Google LLC
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
@@ -180,7 +180,7 @@ class ReviewViewHolderFactoryTest {
0 commit comments