We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d24a066 commit 1e760a7Copy full SHA for 1e760a7
utbot-framework-test/src/test/kotlin/org/utbot/examples/codegen/JavaAssertTest.kt
@@ -5,7 +5,10 @@ import org.utbot.tests.infrastructure.UtValueTestCaseChecker
5
import org.utbot.tests.infrastructure.isException
6
import org.utbot.testcheckers.eq
7
8
-class JavaAssertTest : UtValueTestCaseChecker(testClass = JavaAssert::class){
+class JavaAssertTest : UtValueTestCaseChecker(
9
+ testClass = JavaAssert::class,
10
+ testCodeGeneration = false
11
+) {
12
@Test
13
fun testAssertPositive() {
14
checkWithException(
0 commit comments