All Downloads are FREE. Search and download functionalities are using the official Maven repository.

FitNesseRoot.RestFixtureTests.IssueFixes.Issue123.content.txt Maven / Gradle / Ivy

!3 [[Issue #123][https://github.com/smartrics/RestFixture/issues/120]] Let method not working in smartrics-RestFixture-4.0

When I try to execute the following using smartrics-RestFixture-4.0, i get the following error, while the same works fine with smartrics-RestFixture-3.0

Error:

382 [main] ERROR smartrics.rest.fitnesse.fixture.RestFixture - Exception raised when processing row let
java.lang.RuntimeException: Method named let threw an exception when executing.
(Follows stack trace)

|Table: Rest Fixture |http://${jettyHost}:${jettyPort}|
|setBody| {"dummy":"body"} |
|setHeader|Content-Type: application/json|
|POST| /resources | 201 | | |
|let|length|header|Content-LengthX:(.+) | |






© 2015 - 2024 Weber Informatics LLC | Privacy Policy