wix-incubator/wix-http-testkit

Mocker server does not support modifying handlers

Closed this issue · 1 comments

In my tests:

  • Stub server supports altering handlers.
  • Mock server does not support altering handlers.

Same handlers, when used as initial handlers, work just fine with mock server. Trait and methods exist but they seem to have no effect at runtime.

fixed