Is it possible to test a view which contains a rec...
# squarelibraries
j
Is it possible to test a view which contains a recyclerview with paparazzi?
I am getting
Caused by: java.lang.NullPointerException
Copy code
view.recyclerView.adapter = adapter
adapter.submitList(listOf(ColorItem(-30858)))
paparazzi.snapshot(view)
s
Wanna paste the entire stacktrace? It's difficult to tell what's happening without it.
j
I removed the test, sorry 😕
Anyway a documentation about testing views with recyclerviews should be great 🙂