Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Test] Testing coverage for AsyncWorker #946

Closed
JckXia opened this issue Mar 23, 2021 · 5 comments
Closed

[Test] Testing coverage for AsyncWorker #946

JckXia opened this issue Mar 23, 2021 · 5 comments

Comments

@JckXia
Copy link
Member

JckXia commented Mar 23, 2021

class methods
AsyncWorker AsyncWorker(AsyncWorker&& other)
AsyncWorker& operator =(AsyncWorker&& other)
AsyncWorker(const AsyncWorker&)
operator napi_async_work() const
Napi::Env Env() const
Covered void Cancel()
FunctionReference& Callback()
Covered 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()
@NickNaso NickNaso added the test label Mar 23, 2021
@github-actions
Copy link
Contributor

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 github-actions bot added the stale label Jun 22, 2021
@mhdawson mhdawson removed the stale label Jun 24, 2021
@github-actions
Copy link
Contributor

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 github-actions bot added the stale label Sep 23, 2021
@NickNaso NickNaso removed the stale label Sep 24, 2021
@github-actions
Copy link
Contributor

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 github-actions bot added the stale label Jan 13, 2022
@NickNaso NickNaso removed the stale label Jan 13, 2022
@github-actions
Copy link
Contributor

github-actions bot commented May 6, 2022

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.

@JckXia
Copy link
Member Author

JckXia commented Jan 30, 2023

Closing following #1266

@JckXia JckXia closed this as completed Jan 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants