Error: cannot find symbol @Mock(minInvocations = 1) ^ symbol: method minInvocations() location: @interface Mock

and used
compile group: ‘org.jmockit’, name: ‘jmockit’, version: ‘1.8’
and
had error at the code level as it was not getting invoked. thanx :slight_smile: