node-addon-api icon indicating copy to clipboard operation
node-addon-api copied to clipboard

[Test] Testing coverage for AsyncWorker

Open JckXia opened this issue 3 years ago • 4 comments

class methods
AsyncWorker AsyncWorker(AsyncWorker&& other)
AsyncWorker& operator =(AsyncWorker&& other)
AsyncWorker(const AsyncWorker&)
AsyncWorker& operator =(AsyncWorker&)
operator napi_async_work() const
Napi::Env Env() const
Covered void Cancel()
FunctionReference& Callback()
explicit AsyncWorker(const Function& callback)
explicit AsyncWorker(const Function& callback, const char* resource_name)
See PR (#30, #512) Covered explicit AsyncWorker(const Function& callback, const char* resource_name, const Object & resource)
explicit AsyncWorker(const Object& receiver, const Function& callback)
explicit AsyncWorker(const Object& receiver, const Function& callback, const char* resource_name)
explicit AsyncWorker(const Object& receiver, const Function& callback, const char* resource_name, const Object& resource)
explicit AsyncWorker(Napi::Env env);
explicit AsyncWorker(Napi::Env env, const char* resource_name);
See Pr (#489)Covered explicit AsyncWorker(Napi::Env env, const char* resource_name, const Object& resource)
See PR(#489) Covered virtual void Execute()
See PR(#489) covered virtual void OnOK()
See PR(#489) covered virtual void OnError(const Error& e)
virtual void Destroy()

JckXia avatar Mar 23 '21 01:03 JckXia

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.

github-actions[bot] avatar Jun 22 '21 00:06 github-actions[bot]

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.

github-actions[bot] avatar Sep 23 '21 00:09 github-actions[bot]

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.

github-actions[bot] avatar Jan 13 '22 00:01 github-actions[bot]

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.

github-actions[bot] avatar May 06 '22 00:05 github-actions[bot]

Closing following #1266

JckXia avatar Jan 30 '23 17:01 JckXia