Description
Symbolic engine is unable to generate any test for the following method in 60 seconds even when Mock everything outside the class mocking strategy is used and Mock static methods is enabled (HttpStatus class can be found here: HttpStatus.zip).
public HttpStatus methodUnderTest() {
return HttpStatus.OK;
}
To Reproduce
Settings:
100% Symbolic execution
Mock everything outside the class mocking strategy
Mock static methods enabled
Generate tests for methodUnderTest().
Expected behavior
One test is generated
Actual behavior
No tests are generated
Description
Symbolic engine is unable to generate any test for the following method in 60 seconds even when
Mock everything outside the classmocking strategy is used andMock static methodsis enabled (HttpStatusclass can be found here: HttpStatus.zip).To Reproduce
Settings:
100% Symbolic executionMock everything outside the classmocking strategyMock static methodsenabledGenerate tests for
methodUnderTest().Expected behavior
One test is generated
Actual behavior
No tests are generated