Searched refs:getSourcePath (Results 1 – 14 of 14) sorted by relevance
38 def getSourcePath(self, components): member in TestSuite75 def getSourcePath(self): member in Test76 return self.suite.getSourcePath(self.path_in_suite)
59 source_path = testSuite.getSourcePath(path_in_suite)81 testPath,testName = os.path.split(test.getSourcePath())105 source_path = testSuite.getSourcePath(path_in_suite)161 dir = testSuite.getSourcePath(path_in_suite)207 cmd.append(test.getSourcePath())
211 source_path = ts.getSourcePath(path_in_suite)246 source_path = ts.getSourcePath(path_in_suite)
396 sourcepath = test.getSourcePath()
169 def getSourcePath(self, components): member in TestSuite211 return self.getSourcePath()213 def getSourcePath(self): member in Test214 return self.suite.getSourcePath(self.path_in_suite)
85 source_path = ts.getSourcePath(path_in_suite)127 source_path = ts.getSourcePath(path_in_suite)
608 sourcepath = test.getSourcePath()792 sourcepath = test.getSourcePath()
16 source_path = testSuite.getSourcePath(path_in_suite)56 dir = testSuite.getSourcePath(path_in_suite)102 cmd.append(test.getSourcePath())
83 source_path = testSuite.getSourcePath(path_in_suite)104 testPath,testName = os.path.split(test.getSourcePath())
63 source_path = testSuite.getSourcePath(path_in_suite)131 with open(test.getSourcePath(), 'r') as f:161 source_path = test.getSourcePath()210 source_path = test.getSourcePath()
81 getSourcePath(javaFile, dotJavaFile.getClassName()), javaFile); in fileToAction()90 private File getSourcePath(File file, String className) { in getSourcePath() method in ActionFinder
58 public File getSourcePath() { in getSourcePath() method in Action
15 source_path = test.getSourcePath()
103 Classpath sourceDirs = Classpath.of(action.getSourcePath()); in compile()