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

[Tests] Test document coverage for ObjectWrap

Open JckXia opened this issue 4 years ago • 3 comments

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<PropertyDescriptor>& properties)
Covered #125 Function DefineClass(Napi::Env env, const char * utf8name, const std::vector<PropertyDescriptor>& 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<StaticVoidMethodCallback method>
Covered #604 PropertyDescriptor StaticMethod(Symbol name) template <StaticMethodCallback method>
Covered #604 PropertyDescriptor StaticMethod(const char * utf8name) template<StaticVoidMethodCallback method>
Covered #604 PropertyDescriptor StaticMethod(const char * utf8name) template<StaticMethodCallback method>
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)

JckXia avatar May 09 '21 14:05 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 Aug 09 '21 00:08 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 12 '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 04 '22 00:05 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 Nov 12 '22 00:11 github-actions[bot]

Closed following #1269

JckXia avatar Feb 17 '23 17:02 JckXia