abinashb414
abinashb414
We have a multi module gradle project for our application which is build using gradle 2.14. And inside that we have created one more module for our component testing(api) In...
@sparrowV thanks for the update, definitely I will go through that and post that will update here. If there is any reference (sample code where they have used this annotation)...
@sparrowV I have tried this but still getting the same error, my test class is as below import org.jsmart.zerocode.core.domain.JsonTestCase; import org.jsmart.zerocode.core.domain.TargetEnv; import org.jsmart.zerocode.core.runner.ZeroCodeUnitRunner; import org.junit.Test; import org.junit.runner.RunWith; @TargetEnv("application-local.properties") @RunWith(ZeroCodeUnitRunner.class) public...
Using @Scenario also i have tried earlier, we were using 1.3.20 version now upgraded to 1.3.27. getting below error now Unable to provision, see the following errors: 1) Error injecting...
Unable to provision, see the following errors: 1) Error injecting constructor, java.lang.NoClassDefFoundError: com/google/gson/TypeAdapter at org.jsmart.zerocode.core.kafka.send.KafkaSender.(KafkaSender.java:45) at org.jsmart.zerocode.core.kafka.send.KafkaSender.class(KafkaSender.java:45) while locating org.jsmart.zerocode.core.kafka.send.KafkaSender for field at org.jsmart.zerocode.core.kafka.client.BasicKafkaClient.sender(BasicKafkaClient.java:11) while locating org.jsmart.zerocode.core.kafka.client.BasicKafkaClient for field at...