Interface ISelfTestRegistry
Interface for registering and unregistering self-test steps from plugins.
Assembly: Dalamud.dll
View Source
Declaration
public interface ISelfTestRegistry : IDalamudService
Methods
RegisterTestSteps(IEnumerable<ISelfTestStep>)
Registers the self-test steps for this plugin.
View Source
Declaration
void RegisterTestSteps(IEnumerable<ISelfTestStep> steps)
Parameters
| Type | Name | Description |
|---|---|---|
System.Collections.Generic.IEnumerable<Dalamud.Plugin.SelfTest.ISelfTestStep> | steps | The test steps to register. |