You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests generation failed because ClassId.canonicalName has thrown an exception
To Reproduce
Run Contest Estimator with method com.google.common.base.CaseFormat.* and 300s time limit.
Actual behavior
publicvoidtestTo_errors()
{
// Couldn't generate some tests. List of errors:// // 1 occurrences of:// ClassId com.google.common.base.CaseFormat$1 does not have canonical name
}