Raja Nagendra Kumar

Results 115 issues of Raja Nagendra Kumar

![image](https://github.com/authorjapps/zerocode/assets/332234/50e81934-7a05-48d3-875c-e2ba9fac5652) this is my code.. i.e. I want junit suite to be run as load tests.. but gives no tests found, while if I use junit 5 launcher instead of...

question

https://github.com/clarkware/junitperf I used to use this 22 years back.. is zerocode a modern version from a different author..? If yes, what are all the properties it supports such as total...

question

![image](https://github.com/authorjapps/zerocode/assets/332234/9a64d284-21db-4067-9a67-d5a182d1280a)

question

``` implementation("org.jsmart:zerocode-tdd:1.3.33") implementation("org.jsmart:zerocode-tdd-jupiter:1.3.33") ```

``` [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 4.441 s [INFO] Finished at: 2023-05-30T07:08:14+05:30 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal on project zerocode-tdd-jupiter: Could not resolve...

``` npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: @angular/[email protected] npm ERR! node_modules/@angular/animations npm ERR! @angular/animations@"~16.1.5"...

for a BDD test like this ``` package com.tejasoft.edu.calc.date.tests.bdd.ccbr; import com.tejasoft.edu.calc.date.DateCalc; import io.cucumber.java.en.Given; import io.cucumber.java.en.Then; import io.cucumber.java.en.When; import java.time.LocalDate; import static org.junit.jupiter.api.Assertions.assertEquals; public final class StepsDateCalc { private DateCalc dateCalc;...

``` java.lang.IncompatibleClassChangeError: Method 'io.vavr.collection.Stream io.vavr.collection.Stream.of(java.lang.Object[])' must be Methodref constant at io.vavr.test.Gen.frequency(Gen.java:277) at parse.dont.validate.NIRGenerator.(NIRGenerator.java:16) at parse.dont.validate.MutatedProperties.invalidNIRCanNeverBeParsed(MutatedProperties.java:15) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104) at java.base/java.lang.reflect.Method.invoke(Method.java:578) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:728) at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60) at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131) at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156) at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestableMethod(TimeoutExtension.java:147) at...

`await().untilCall(to(asyncService).isInitialized(), equalTo(true));` how to change this to work in 4.x as 4.x does not seem to have `untilCall` i.e. to invoke proxy-based call..

``` 5:26:59 pm PIT >> FINE : MINION : java.lang.ClassCircularityError: com/code_intelligence/jazzer/runtime/JazzerInternal 5:26:59 pm PIT >> FINE : MINION : at java.base/java.util.regex.Matcher.match(Matcher.java:1755) 5:26:59 pm PIT >> FINE : MINION : at...

help wanted