Empiree / DeftSharp.Windows.Input

An open-source .NET library designed for keyboard and mouse control in Windows.
MIT License
73 stars 21 forks source link

Create tests for Sequences #24

Closed Empiree closed 8 months ago

Empiree commented 8 months ago

Write KeyboardListener tests for:

Place it in the DeftSharp.Windows.Input.Tests.Keyboard namespace.

Please maintain consistency and pay attention to the code-style of other tests. But at the same time, don't hesitate to try something new.

michLukaszewicz commented 8 months ago

Assign me for that, please!

Empiree commented 8 months ago

Closed by https://github.com/Empiree/DeftSharp.Windows.Input/pull/31 (Added Tests for Sequence subscribe and unsubscribe)