served.commands.test_provider

Undocumented in source.

Members

Functions

onDidAddProjectForUnittest
void onDidAddProjectForUnittest(WorkspaceD.Instance instance, string dir, string rootFolderUri)
Undocumented in source. Be warned that the author may not have intended to support it.
onDidSaveCheckForUnittest
void onDidSaveCheckForUnittest(DidSaveTextDocumentParams params)
Undocumented in source. Be warned that the author may not have intended to support it.
onPreviewProjectForUnittest
void onPreviewProjectForUnittest(WorkspaceD.Instance instance, string dir, string rootFolderUri)
Undocumented in source. Be warned that the author may not have intended to support it.
rescanTests
void rescanTests(RescanTestsParams params)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

doTrackTests
bool doTrackTests;

Set to true by app.d if --provide test-runner is given Makes serve-d emit unittests on every save

Variables

projectTests
UnittestProject[DocumentUri] projectTests;
Undocumented in source.

Meta