Searched refs:PARAM_START (Results 1 – 2 of 2) sorted by relevance
42 private static final String PARAM_START = "["; field in BusinessLogicHostTestBase60 if (methodName.contains(PARAM_START)) { in executeBusinessLogic()62 methodName = methodName.substring(0, methodName.lastIndexOf(PARAM_START)); in executeBusinessLogic()
64 private static final String PARAM_START = "["; field in SubPlanHelper283 if (test == null || !test.contains(PARAM_START)) { in addIncludeToSubPlan()285 } else if (test.contains(PARAM_START)) { in addIncludeToSubPlan()287 subPlan.addIncludeFilter(str.substring(0, str.lastIndexOf(PARAM_START))); in addIncludeToSubPlan()301 if (test == null || !test.contains(PARAM_START)) { in addExcludeToSubPlan()