[Tests] AsyncProgressQueueWorker unit test coverage
| class | methods |
|---|---|
| AsyncProgressQueueWorker | |
| AsyncProgressQueueWorker(const Function& callback); | |
| AsyncProgressQueueWorker(const Function& callback, const char* resource_name); | |
| Covered | AsyncProgressQueueWorker(const Function& callback,const char* resource_name, const Object& resource) |
| AsyncProgressQueueWorker(const Object& receiver, const Function& cb) | |
| AsyncProgressQueueWorker(const Object& receiver,const Function& cb, const char* resource_name) | |
| AsyncProgressQueueWorker(const Object& receiver,const Function& cb, const char* resource_name, const Object& resource) | |
| AsyncProgressQueueWorker(Napi::Env env) | |
| AsyncProgressQueueWorker(Napi::Env env, const char* resource_name) | |
| AsyncProgressQueueWorker(Napi::Env env, const char* resource_name, const Object& resource) | |
| void Execute(const ExecutionProgress& progress) | |
| Covered | void OnProgress(const T* data, size_t count) |
| void OnWorkComplete(Napi::Env env, napi_status status) override | |
| void OnWorkProgress(std::pair<T*, size_t>*) override |
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.
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.