Testcase key documantation remain
public List<QueryLiteral> getValues(QueryCreationContext queryCreationContext, FunctionOperand operand, TerminalClause terminalClause)
{
//First execution comes here.
//third execution comes here.
}
public MessageSet validate(ApplicationUser searcher, FunctionOperand operand, TerminalClause terminalClause) {
//second execution comes here.
}
Why this execution steps is following in place of first validation and then get value.??
I also observe this behavior, any idea why this happens?
I have seen the same issue... and a very old ticket https://jira.atlassian.com/browse/JRASERVER-22256 that is supposed to be fixed (saying that they added some cache)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.