Testing paradigm WebMock borrows from the Java Mockito framework. The stubbing phase (declaring fake responses) is kept separate from the verification phase (asserting requests were made), which allows either stubbing without verifying or verifying without stubbing. Contrasts with RSpec's `expect` declaration that couples stub and expectation in a single statement.