나는이 가이드의 예를 사용하여 스프레이의 ExceptionHandler를 시도하고있다 : trait MyService extends HttpService {
val myRoute =
path("") {
get {
complete {
throw new ArithmeticException("Oops, I f
테스트 스위트에 문제가 있습니다. 내가 뭘 할지라도 나는 항상 같은 오류 메시지를받습니다. Request was not handled. 여기 class EventsServiceSpec extends FlatSpec with ScalatestRouteTest with EventsService with Matchers {
def actorRefFact
스프레이 1.3.3입니다. 나는 다음과 같은 스펙이 있습니다 "Add a collection using a PATCH with correct update hash" in {
Patch("/datastore/collections/FMI", CollectionPatch(addPriceCodes =
Some(List(PriceCode("AMI"
스프레이 경로를 사용하려고하며 Spray-TestKit으로 테스트하려고합니다. 내가 사용하고 있습니다 : - 스칼라 2.10.3 - Akka 2.3.3 - 나는 경로를 정의 어디 HttpService를을 연장하는 특성을 만들 1.3.1 스프레이 : 나는 부분을 삭제 trait MyService extends HttpService with CoreAccess
이 같은 JSON을 비 정렬 화 엔드 포인트가있는 경우 : (path("signup")& post) {
entity(as[Credentials]) { credentials =>
…
은 어떻게 테스트 할 수있는 스프레이 테스트 사양과 : "The Authentication service" should {
"create a new ac