node-addon-api
node-addon-api copied to clipboard
[Tests] AsyncProgressWorker unit test coverage
| class | methods |
|---|---|
| AsyncProgressWorker | |
| AsyncProgressWorker(const Function& callback); | |
| AsyncProgressWorker(const Function& callback, const char* resource_name); | |
| Covered | AsyncProgressWorker(const Function& callback,const char* resource_name, const Object& resource) |
| AsyncProgressWorker(const Object& receiver, const Function& cb) | |
| AsyncProgressWorker(const Object& receiver,const Function& cb, const char* resource_name) | |
| AsyncProgressWorker(const Object& receiver,const Function& cb, const char* resource_name, const Object& resource) | |
| AsyncProgressWorker(Napi::Env env) | |
| AsyncProgressWorker(Napi::Env env, const char* resource_name) | |
| AsyncProgressWorker(Napi::Env env, const char* resource_name, const Object& resource) | |
| Covered | void Execute(const ExecutionProgress& progress) |
| Covered | void OnProgress(const T* data, size_t count) |
See asyncprogressworker.cc and asyncprogressworker.js
This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made.
This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made.
This issue is stale because it has been open many days with no activity. It will be closed soon unless the stale label is removed or a comment is made.