Andrea Arcuri

Results 186 comments of Andrea Arcuri

Hi, from `Statistics.kt`: ``` // errors5xx - counting only the number of endpoints with 5xx, and NOT last executed line add(Pair("errors5xx", "" + errors5xx(solution))) //distinct500Faults - counts the number of...

hi, sorry, but I do not fully understand your request. Can you clarify with a bit more details? thx

no, currently there is no support for something like this. what would be the business case for such a feature?

hi, currently it is not supported. There is no plan in the short term to support something like this

Hi, EM is correct here. The API is providing a response that is not valid according to its defining OpenAPI schema. You get the error message: `Response Content-Type header 'application/problem+json'...

Docker support for white-box testing will be provided in the future, but it is not a major priority now. there are too many other tasks on our backlog that have...

EM generates test cases, with the goal of maximing code coverage when executed and finding faults. how you use these test cases is up to you

@naveensabavath what you are asking is not really directly related to EM, but to how to setup JUnit tests in a Maven/Java project. That is independent of whether they are...

thx. we keep "feature requests" open until we implement them, or decide that for sure we would not

hi, there 2 things at play here: 1) the JavaDocs of `resolveLocation` is: ``` /** * * @param locationHeader a URI-reference, coming from a "location" header. See RFC 7231. *...