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
withEnabledTestingCodeGeneration(testCodeGeneration =false) { // TODO Assemble model for java.util.ArrayList is returned, but actual type is java.util.Arrays.ArrayList https://github.com/UnitTestBot/UTBotJava/issues/398
225
+
withoutConcrete { // TODO Concrete fail matchers with "Cannot show class" error
226
+
check(
227
+
Lists::asListExample,
228
+
eq(2),
229
+
{ arr, r -> arr.isEmpty() && r!!.isEmpty() },
230
+
{ arr, r -> arr.isNotEmpty() && arr.contentEquals(r!!.toTypedArray()) },
0 commit comments