analogdevicesinc / TransceiverToolbox

MATLAB toolbox for ADI transceiver products
https://analogdevicesinc.github.io/TransceiverToolbox/master
Other
56 stars 31 forks source link

LTE test harness: Bug fix to check that hardware is connected before … #69

Closed SrikanthPagadarai closed 3 years ago

SrikanthPagadarai commented 3 years ago

…running tests

Addresses #68. Since device Tx and Rx classes are parameterized, CheckForHardware() cannot go into TestClassSetup block since, Tx and Rx classes are not known at test class setup time. Instead, running the test method, CheckForHardware() externally is the option.

Signed-off-by: Srikanth Pagadarai srikanth.pagadarai@analog.com