We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run ContestEstimator with the following options:
timeLimit = 30 methodFilter = "com.google.common.base.CaseFormat.*" projectFilter = listOf("guava-26.0")
There are the following compilation errors:
Compilation errors: C:\UtBotJava\UTBotJava\utbot-junit-contest\build\output\test_candidates\guava-26.0\com\google\common\base\CaseFormatTest.java:418: error: incompatible types: Object cannot be converted to CaseFormat CaseFormat sourceFormatMock = mock(anonymousCaseFormatClazz);
or
Compilation errors: C:\UtBotJava\UTBotJava\utbot-junit-contest\build\output\test_candidates\guava-26.0\com\google\common\base\CaseFormatTest.java:63: error: incompatible types: String cannot be converted to Throwable (when((((Throwable) stringMock)).getCause())).thenReturn(((Throwable) null));
timeLimit = 30 methodFilter = "com.google.common.collect.Queues.*" projectFilter = listOf("guava-26.0")
There are the following compilation errors: #144
The text was updated successfully, but these errors were encountered:
Saloed
No branches or pull requests
Run ContestEstimator with the following options:
There are the following compilation errors:
or
Run ContestEstimator with the following options:
There are the following compilation errors: #144
The text was updated successfully, but these errors were encountered: