1920212223242526272829
@Test public void testIsTooBusy() throws Exception { final Yoke yoke = new Yoke(this); final TooBusy tooBusy = new TooBusy(); yoke.use(tooBusy); yoke.use(new Middleware() { double cnt = 0; final SecureRandom rand = new SecureRandom();