Searched refs:rootVar (Results 1 – 2 of 2) sorted by relevance
153 String rootVar = String.format("%s_ROOT", getSuiteName().toUpperCase()); in testConfigurationLoad() local154 String suiteRoot = System.getProperty(rootVar); in testConfigurationLoad()156 fail(String.format("Should run within a suite context: %s doesn't exist", rootVar)); in testConfigurationLoad()
133 String rootVar = String.format("%s_ROOT", getSuiteName().toUpperCase()); in testConfigurationLoad() local134 String suiteRoot = System.getProperty(rootVar); in testConfigurationLoad()136 fail(String.format("Should run within a suite context: %s doesn't exist", rootVar)); in testConfigurationLoad()