Skip to main content
Version: 13.x (API 13) [Legacy]

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
TypeNameDescription
System.Collections.Generic.IEnumerable<Dalamud.Plugin.SelfTest.ISelfTestStep>stepsThe test steps to register.