PexTestNamerAttributeBase.AfterExploration 方法

定义

在探索结束之后执行的回调。

protected:
 override void AfterExploration(Microsoft::Pex::Engine::ComponentModel::IPexExplorationComponent ^ host, System::Object ^ data);
protected override sealed void AfterExploration (Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent host, object data);
override this.AfterExploration : Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent * obj -> unit
Protected Overrides NotOverridable Sub AfterExploration (host As IPexExplorationComponent, data As Object)

参数

host
Microsoft.Pex.Engine.ComponentModel.IPexExplorationComponent

主机。

data
Object

BeforeExploration 返回的数据。

适用于