TestCenter Reference
TestCaseFunctional.py
Go to the documentation of this file.
2# Copyright 2007, MeVis Medical Solutions AG
3#
4# The user may use this file in accordance with the license agreement provided with
5# the Software or, alternatively, in accordance with the terms contained in a
6# written agreement between the user and MeVis Medical Solutions AG.
7#
8# For further information use the contact form at https://www.mevislab.de/contact
9#
10
13
14from .TestCase import TestCase
15
16
18 """TestCase superclass for functional test cases."""
19
20 def getType(self):
21 return "FunctionalTestCase"
TestCase superclass for functional test cases.
getType(self)
Return the type of this test case (generic or functional).
The superclass for the different test case categories.
Definition TestCase.py:171