UnittestProject

Undocumented in source.
@serdeIgnoreUnexpectedKeys
struct UnittestProject {}

Members

Variables

modules
UnittestModule[] modules;

List of modules, sorted by moduleName

name
string name;

Package name if available

needsLoad
bool needsLoad;

true if the project still needs to be opened to be loaded.

workspaceUri
DocumentUri workspaceUri;

Workspace uri which may or may not map to an actual workspace folder but rather to some folder inside one.

Meta