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
Copy file name to clipboardExpand all lines: utbot-framework/src/main/kotlin/org/utbot/framework/codegen/model/constructor/tree/TestFrameworkManager.kt
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -60,6 +60,7 @@ internal abstract class TestFrameworkManager(val context: CgContext)
60
60
val assertDoubleEquals = context.testFramework.assertDoubleEquals
61
61
62
62
val assertNull = context.testFramework.assertNull
63
+
val assertNotNull = context.testFramework.assertNotNull
63
64
val assertTrue = context.testFramework.assertTrue
64
65
val assertFalse = context.testFramework.assertFalse
0 commit comments