createTestAgentFactory()
function createTestAgentFactory<T>(creator): TestAgentFactory<T>;
Type Parameters
| Type Parameter |
|---|
T extends DefaultContext |
Parameters
| Parameter | Type |
|---|---|
creator | TestAgentFactory<T> |
function createTestAgentFactory<T>(creator): TestAgentFactory<T>;
| Type Parameter |
|---|
T extends DefaultContext |
| Parameter | Type |
|---|---|
creator | TestAgentFactory<T> |