Mr-Markus / ZigbeeNet

A .NET Standard library for working with ZigBee
Eclipse Public License 1.0
131 stars 47 forks source link

Unit tests for ZclClusters #113

Closed Mr-Markus closed 3 years ago

Mr-Markus commented 4 years ago

In PR #112 an error in a ZclCluster class was fixed. We already discussed about creating unit tests for clusters, too. There is already one test for ZclOnOffClusterTest, that maybe can be used as a template. But I think that it will be possible to generate test classes via CodeGenerator, too.