FreeRTOS: HTTPS Client
HTTPS Client v1.0.0 library
Return to main page ↑
Tests

Tests written for the HTTPS Client library.

The HTTPS Client tests reside in the tests directory. They are divided into the following subdirectories:

  • access: Helper files that allow access to internal variables and functions of the HTTPS Client library.
  • system: HTTPS Client integration testing. These tests require a network connection.
  • unit: HTTPS Client unit tests. These tests do not require a network connection.

See Test Configuration for configuration settings that change the behavior of the tests.

The current HTTPS Client tests use the Unity test framework. See Building and running the tests for a guide on running the tests.