gpt4 book ai didi

delphi - DUnit: 'Global' 设置和拆卸

转载 作者:行者123 更新时间:2023-12-03 15:06:46 25 4
gpt4 key购买 nike

在 DUnit 中,SetUpTearDown 分别在执行每个测试方法之前(和之后)调用。
SetUp 中,我创建了一个从文件加载数据的对象。这很慢,尤其是当我有很多测试时。
在执行所有测试之前,有没有办法调用一次SetUp(对于TearDown显然是相同的)?

最佳答案

来自documentation :

TTestSetup

TTestSetup can be used when you wish to set up state exactly once for a test case class (the SetUp and TearDown methods are called once for each test method). For example, if you were writing a suite of tests to exercise some database code, you might subclass TTestSetup and use it to open and close the database before executing the suite.

An an example how to use TTestSetup

关于delphi - DUnit: 'Global' 设置和拆卸,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26166079/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com