Exemplo n.º 1
0
 def getTestTarget(self):
     testfile = os.path.join(os.path.dirname(__file__),
                             'testdata/lines_ml_artort.txt')
     items = message_file_reader.read_message_file(testfile)
     return items[0]
Exemplo n.º 2
0
 def get_test_constraints(self):
     testfile = os.path.join(os.path.dirname(__file__),
                             'testdata/lines_tr_processcst.txt')
     items = message_file_reader.read_message_file(testfile)
     return items
Exemplo n.º 3
0
 def getTestTargets(self):
     testfile = os.path.join(os.path.dirname(__file__),
                             'testdata/lines_m_intkalender.txt')
     return message_file_reader.read_message_file(testfile)
Exemplo n.º 4
0
 def get_test_targets(self):
     testfile = os.path.join(os.path.dirname(__file__),
                             'testdata/lines_mc_art.txt')
     items = message_file_reader.read_message_file(testfile)
     return items
Exemplo n.º 5
0
 def get_test_activities(self):
     testfile = os.path.join(os.path.dirname(__file__), 'testdata/lines_tr_activity.txt')
     items = message_file_reader.read_message_file(testfile)
     return items
Exemplo n.º 6
0
 def get_test_targets(self):
     testfile = os.path.join(os.path.dirname(__file__), 'testdata/lines_zeitmengeneinheit.txt')
     return message_file_reader.read_message_file(testfile)
Exemplo n.º 7
0
 def get_test_targets(self):
     testfile = os.path.join(os.path.dirname(__file__),
                             'testdata/lines_tr_resource.txt')
     return message_file_reader.read_message_file(testfile)