Symbolic engine dies trying analyze large enum with static
initializer block (e.g. HttpStatusCode
)
#2439
Labels
static
initializer block (e.g. HttpStatusCode
)
#2439
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 andMock static methods
is enabled (HttpStatus
class can be found here: HttpStatus.zip).To Reproduce
Settings:
100% Symbolic execution
Mock everything outside the class
mocking strategyMock static methods
enabledGenerate tests for
methodUnderTest()
.Expected behavior
One test is generated
Actual behavior
No tests are generated
The text was updated successfully, but these errors were encountered: