``` PowerMockito.mockStatic(Uri::class.java) `when...
# spek
s
Copy code
PowerMockito.mockStatic(Uri::class.java)
`when`(Uri.parse(parseUrlString)).thenReturn(uri)