|  | it should provide valid expression invocations for SingleValueExpressionBuilder using value - eq(johnDoe) | 0.062 | 
|  | it should provide valid expression invocations for SingleValueExpressionBuilder using value - ne(johnDoe) | 0.001 | 
|  | it should provide valid expression invocations for SingleValueExpressionBuilder using value - startsWith(johnDoe) | 0.001 | 
|  | it should provide valid expression invocations for SingleValueExpressionBuilder using value - starts-with(johnDoe) | 0.001 | 
|  | it should provide valid expression invocations for SingleValueExpressionBuilder using value - endsWith(johnDoe) | 0 | 
|  | it should provide valid expression invocations for SingleValueExpressionBuilder using value - ends-with(johnDoe) | 0 | 
|  | it should provide valid expression invocations for SingleValueExpressionBuilder using value - contains(johnDoe) | 0 | 
|  | it should provide valid expression invocations for SingleValueExpressionBuilder using value - matches(john*Doe) | 0 | 
|  | it should provide valid expression invocations for SingleValueExpressionBuilder using value - gt(10) | 0 | 
|  | it should provide valid expression invocations for SingleValueExpressionBuilder using value - gte(10) | 0.001 | 
|  | it should provide valid expression invocations for SingleValueExpressionBuilder using value - lt(10) | 0.001 | 
|  | it should provide valid expression invocations for SingleValueExpressionBuilder using value - lte(10) | 0.001 | 
|  | it should provide valid expression invocations for SingleValueExpressionBuilder using value - not(startsWith(john)) | 0.004 | 
|  | it should provide valid expression invocations for SingleValueExpressionBuilder using value - not(startsWith(john)) | 0.001 | 
|  | it should provide valid expression invocations for SingleValueExpressionBuilder using value - and(not(startsWith(john))) | 0.002 | 
|  | it should provide valid expression invocations for SingleValueExpressionBuilder using value - or(endsWith(john)) | 0.003 | 
|  | it should throw exception on a single malformed expression value | 0.002 | 
|  | it should provide valid expression invocations for MultiValueExpressionBuilder using value - [endsWith(@company.com), endsWith(@example.com)] | 0.005 | 
|  | it should provide valid expression invocations for MultiValueExpressionBuilder using value - [endsWith(@company.com), ends-with(@example.com)] | 0.001 | 
|  | it should provide valid expression invocations for MultiValueExpressionBuilder using value - [endsWith(@company.com), and(endsWith(@example.com))] | 0.001 | 
|  | it should provide valid expression invocations for MultiValueExpressionBuilder using value - [endsWith(@company.com), and(not(endsWith(@example.com)))] | 0.001 |