Re: Seeing issues with unit tests

2023-04-10 Thread Siddharth Pandey
to build beam? And also share > your Java versions? For example echo $JAVA_HOME? > > Thanks, > Katie > > On Sun, Apr 9, 2023 at 4:52 AM Siddharth Pandey > wrote: > > > Apologies, I forgot to introduce myself :) > > > > I am Siddharth, I have been working

Re: Seeing issues with unit tests

2023-04-09 Thread Siddharth Pandey
appreciate any advice on how I can get familiar with the codebase and if there are any tasks a newbie can pick up to start with Thanks! Siddharth On Sun, Apr 9, 2023 at 2:07 AM Siddharth Pandey wrote: > I can try making the constructors public but wanted to check how have you > all been running

Re: Seeing issues with unit tests

2023-04-09 Thread Siddharth Pandey
assRequest.java:33) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:78) at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58) On Sun, Apr 9, 2023 at 2:05 AM Siddh

Seeing issues with unit tests

2023-04-09 Thread Siddharth Pandey
Hi everyone, I am seeing following issue when trying to run unit tests java.lang.Exception: Test class should have exactly one public constructor at org.junit.runners.BlockJUnit4ClassRunner.validateOnlyOneConstructor(BlockJUnit4ClassRunner.java:158) at org.junit.runners.BlockJUn