How to create assertions on each request unser the group

Hi Team,

When I am trying to use assertion object to create assertion on each request under the group, the gatling assertion framework is not able to find the path

My code is as below

var testToRun = scn.inject(injectStep).protocols(httpProtocol)
var assertions = createAssertions
setUp(testToRun).assertions(assertions)

def createAssertions: List[Assertion] = {

   var lstAssertions = ListBuffer[Assertion]()

Hello Team,

Is anybody facing same problem here? or I am doing something wrong?

Thanks
Varun Deshpande