[Tests] Test document coverage for ObjectWrap
| 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) |
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.
Closed following #1269