We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We only support expectMsg and expectMsgPF for checking dsl right now. It will be better to have more flexible checker. Akka Testkit can be a reference. --> http://doc.akka.io/docs/akka/current/scala/testing.html#Built-In_Assertions
expectMsg
expectMsgPF
And, we perhaps like to support custom validate, extract, transform interfaces. --> http://gatling.io/docs/2.2/http/http_check/
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We only support
expectMsg
andexpectMsgPF
for checking dsl right now. It will be better to have more flexible checker. Akka Testkit can be a reference. --> http://doc.akka.io/docs/akka/current/scala/testing.html#Built-In_AssertionsAnd, we perhaps like to support custom validate, extract, transform interfaces. --> http://gatling.io/docs/2.2/http/http_check/
The text was updated successfully, but these errors were encountered: