This commit is contained in:
boccioli_m
2016-01-13 14:54:06 +01:00
parent bb7a49941d
commit 10710c6dbf
8 changed files with 237 additions and 68 deletions

View File

@@ -35,6 +35,34 @@ class TestingTool:
return None
def getName(self):
"""
get test name
"""
return self.testName
def getPlotName(self):
"""
get test plot name
"""
return self.deviceName + ' - ' + self.testName
def getDeviceName(self):
"""
get device name
"""
return self.deviceName
def getPath(self):
"""
get test path
"""
return self.testPath
def log(self, text):
"""
Print/log information