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

[Tests] Test document coverage for ObjectWrap #993

Closed
JckXia opened this issue May 9, 2021 · 5 comments
Closed

[Tests] Test document coverage for ObjectWrap #993

JckXia opened this issue May 9, 2021 · 5 comments

Comments

@JckXia
Copy link
Member

JckXia commented May 9, 2021

class methods
ObjectWrap
Covered ObjectWrap(const CallbackInfo& callbackInfo)
static T* Unwrap(Object wrapper)
Covered #125 Function DefineClass(Napi::Env env, const char * utf8name, const std::initializer_list& properties)
Covered #125 Function DefineClass(Napi::Env env, const char * utf8name, const std::vector& properties)
PropertyDescriptor StaticMethod(const char* utf8name, StaticVoidMethodCallback method, napi_property_attributes)
Covered #280 PropertyDescriptor StaticMethod(const char* utf8name, StaticMethodCallback method )
PropertyDescriptor StaticMethod(Symbol name, StaticVoidMethodCallback method )
Covered #280 PropertyDescriptor StaticMethod(Symbol name, StaticMethodCallback method)
Covered #604 PropertyDescriptor StaticMethod(Symbol name) template
Covered #604 PropertyDescriptor StaticMethod(Symbol name) template
Covered #604 PropertyDescriptor StaticMethod(const char * utf8name) template
Covered #604 PropertyDescriptor StaticMethod(const char * utf8name) template
Covered #604 PropertyDescritptor StaticAccessor (const char * utf8name) template<StaticGetterCallback getter, StaticSetterCallback setter>
Covered #604 PropertyDescriptor StaticAccessor(Symbol name) tempolate<StaticGetterCallback getter, StaticSetterCallback setter>
Covered #280 PropertyDescriptor StaticAccessor(const char* utf8name, StaticGetterCallback getter, StaticSetterCallback setter)
Covered #280 PropertyDescriptor StaticAcessor(Symbol name, StaticGetterCallback getter, StaticSetterCallback setter)
Covered #280 PropertyDescriptor StaticValue(const char *utf8name, Napi::Value value)
Covered #280 PropertyDescriptor StaticValue(Symbol name, Napi::Value value)
@NickNaso NickNaso added the test label May 10, 2021
@github-actions
Copy link
Contributor

github-actions bot commented Aug 9, 2021

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

github-actions bot commented May 4, 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.

@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.

@JckXia
Copy link
Member Author

JckXia commented Feb 17, 2023

Closed following #1269

@JckXia JckXia closed this as completed Feb 17, 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

2 participants