内容

名称

Test2::EventFacet - 所有事件方面的基类。

描述

所有事件方面的基类。

方法

$key = $facet_class->facet_key()

这将返回 facet 数据哈希中 facet 的键。

$bool = $facet_class->is_list()

如果 facet 应该在列表中而不是单个项目中,这将返回 true。

$clone = $facet->clone()
$clone = $facet->clone(%replace)

这将创建 facet 的浅层克隆。你可以指定要作为参数覆盖的字段。

源代码

Test2 的源代码存储库可在 http://github.com/Test-More/test-more/ 中找到。

维护人员

Chad Granum <[email protected]>

作者

Chad Granum <[email protected]>

版权

版权 2020 Chad Granum <[email protected]>。

此程序是免费软件;你可以在与 Perl 相同的条款下重新分发或修改它。

请参阅 https://dev.perl5.cn/licenses/