Keep getting this error on IntelliJ
Cannot resolve symbol 'core'
for the following import
import static com.github.tomakehurst.wiremock.core.WireMockConfiguration.wireMockConfig
Not entirely sure why. The following code also shows an error.
Code:
wireMockServer = new WireMockServer(wireMockConfig().port(port));
Error:
Cannot resolve method 'wireMockConfig()'
Stupid check anyone? Thanks.