USBToolBox / tool

the USBToolBox tool
MIT License
936 stars 62 forks source link

Add rest of test suites for the IOKit suite #60

Closed xnus-kernel closed 1 year ago

xnus-kernel commented 1 year ago

This PR fills in the rest of the test suites by adding tests for the following functions:

This PR also includes miscellaneous fixes:

For the 3rd aforementioned point, I am not 100% certain if this is acceptable and accurate. The test suites where a function returns bool seems to run just fine, and does return True.

EDIT: I wrote IORegistryEntryIDMatching as being the method that has a parameter of type OUT(POINTER(uint64_t)), but it's actually IORegistryEntryGetRegistryEntryID(). Apologies!