Tags: Azure/azure-iot-sdk-java
Tags
Slim down the e2e tests (#1685) - Remove connection-oriented parameter cases for non-connection focused tests - For instance, a test about sending messages does not need to be run for both x509 authentication and SAS authentication. Nor does it need to be run for websocket vs TCP - Device/Module cases are still worth testing here because they use different service endpoints when publishing telemetry/methods - Add connection test class for connection-oriented tests - Open/Close connection using all supported permutations of authentication, proxy/no proxy, transport protocol, device/module, TCP vs websocket - Reorganize/cleanup some test code - Some "common" functions were only being used by one test method so they were moved there - Rewrite some tests to use synchronous functions to simplify test code, remove helpers previously used to wait for async calls to finish
PreviousNext