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 MouseManipulator #22

Closed Empiree closed 7 months ago

Empiree commented 8 months ago

Write MouseManipulator tests in the DeftSharp.Windows.Input.Tests.Mouse 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.

jordonkane commented 7 months ago

Hey @Empiree !

Cool project you've got there. Been looking at it for a few hours. I'll add some tests for you similar to the KeyboardManipulatorTests class :)

Empiree commented 7 months ago

Hi @jordonkane !

Thank you, I'm glad to hear you enjoyed the library! :)

Your contribution would be very helpful! Since there is little coverage of the library with tests, the current focus is on implementing functionality.

Empiree commented 7 months ago

Closed by https://github.com/Empiree/DeftSharp.Windows.Input/pull/41