Skip to main content

createTestAgentFactory()

function createTestAgentFactory<T>(creator): TestAgentFactory<T>;

Type Parameters

Type Parameter
T extends DefaultContext

Parameters

ParameterType
creatorTestAgentFactory<T>

Returns

TestAgentFactory<T>