For example the code to be tested is something lik...
# mockk
m
For example the code to be tested is something like:
Copy code
webClient
   .get()
   .uri {    
      it.build()
   }