Skip to content

Tag: scala

java.util.concurrent.ExecutionException: java.lang.NoSuchMethodError

I have a few Scala test classes in a gradle project that work just fine when run individually. But when run through the gradle test task, it fails with the following error in beforeEach of all classes – The line that it is failing at is creating an instance of a Scala case class which has some default v…

To find the weekly date range based on the input

I am having scenario with my property file input like below for weekly reports Data lag – 10 days Run day – Tuesday. The requirement is based on the date lag: I have to move the calendar 10 days back. Then I want to find the Tuesday (any weekday may be specified in a parameter). From that I want t…