DAVFoundation / dav-js

Enable integration of JavaScript, TypeScript, and Node.js code with the DAV Network
https://developers.dav.network/
MIT License
75 stars 50 forks source link

Create test file for StatusRequestMessageParams.ts #29 #72

Closed Jongerr closed 6 years ago

Jongerr commented 6 years ago

Description

This file tests the serialize and deserialize methods of the class exported by StatusRequestMessageParams.ts. It ensures that deserializing a serialized class instance will result in the original class instance.

Related Issue

https://github.com/DAVFoundation/dav-js/issues/29

Motivation and Context

StatusRequestMessageParams.ts was not being covered by any tests.

How Has This Been Tested?

The change itself is a new test being run along with all other test files.

Screenshots (if appropriate):

Types of changes

Checklist:

mariolo1985 commented 6 years ago

Looks good @Jongerr!