- PyUnit . . . . 5 matches
class SimpleWidgetTestCase(unittest.TestCase):
class DefaultWidgetSizeTestCase(SimpleWidgetTestCase):
class WidgetResizeTestCase(SimpleWidgetTestCase):
class SimpleWidgetTestCase (unittest.TestCase):
종종, 많은 작은 test case들이 같은 fixture를 사용하게 될 것이다. 이러한 경우, 우리는 DefaultWidgetSizeTestCase 같은 많은 작은 one-method class 안에 SimpleWidgetTestCase를 서브클래싱하게 된다. 이건 시간낭비이고,.. --a PyUnit는 더 단순한 메커니즘을 제공한다.
Found 1 matching page out of 7555 total pages (5000 pages are searched)
You can also click here to search title.