spray-test Questions
7
I'm working on a simple test spec using spray and I can't get it to compile correctly, don't know if I'm doing anything wrong. My version of scala is 2.9.3 and spray 1.0.1 (Updating either of them ...
Modica asked 4/2, 2015 at 14:47
1
I am trying to use spray route and want to test it with Spray-TestKit.
I am using :
- Scala 2.10.3
- Akka 2.3.3
- Spray 1.3.1
I create a trait extending HttpService, where I define a route :
trai...
Scrutable asked 16/7, 2014 at 7:50
1
Solved
If I have an endpoint that unmarshalls json like this:
(path("signup")& post) {
entity(as[Credentials]) { credentials =>
…
How can I test that with a Spray test spec:
"The Authenticati...
Difference asked 25/9, 2013 at 7:15
1
© 2022 - 2024 — McMap. All rights reserved.