| Quintiq file version 2.0 | 
| #parent: #root | 
| TableMethod GetTestInstanceFromKT | 
| { | 
|   Description: 'retrieve the matching row for this run level' | 
|   TableDefinition: TestInstances | 
|   MethodColumnMatch | 
|   { | 
|     ColumnDefinition: ID | 
|     MatchExpression: 'this.TestInstanceID()' | 
|     Operator: '=' | 
|   } | 
|   MethodColumnMatch | 
|   { | 
|     ColumnDefinition: Scenario | 
|     MatchExpression: 'this.ScenarioName()' | 
|     Operator: '=' | 
|   } | 
|   MethodColumnMatch | 
|   { | 
|     ColumnDefinition: Strategy | 
|     MatchExpression: 'this.StrategyName()' | 
|     Operator: '=' | 
|   } | 
| } |