mirror of
https://github.com/hmalik144/Driver.git
synced 2026-03-18 15:36:03 +00:00
fix failing tests
This commit is contained in:
@@ -7,6 +7,7 @@ import android.content.res.Resources
|
||||
import android.net.Uri
|
||||
import android.view.View
|
||||
import android.widget.DatePicker
|
||||
import android.widget.ListView
|
||||
import androidx.annotation.StringRes
|
||||
import androidx.recyclerview.widget.RecyclerView.ViewHolder
|
||||
import androidx.test.espresso.Espresso.onData
|
||||
|
||||
@@ -0,0 +1,17 @@
|
||||
package h_mal.appttude.com.driver.helpers
|
||||
|
||||
import android.view.View
|
||||
import org.hamcrest.BaseMatcher
|
||||
import org.hamcrest.Description
|
||||
|
||||
class BaseMatcher: BaseMatcher<View>() {
|
||||
override fun describeTo(description: Description?) {
|
||||
TODO("Not yet implemented")
|
||||
}
|
||||
|
||||
override fun matches(actual: Any?): Boolean {
|
||||
TODO("Not yet implemented")
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user