|
atMETEO
An ATmega based weather station
|
Unit tests for Utilities. More...
Functions | |
| TEST_CASE ("BitOperationsSimple", "[utils]") | |
| Tests bit operations. More... | |
| TEST_CASE ("BitOperationsReversingBytes", "[utils]") | |
| Tests Sensors::byteReverse. More... | |
| TEST_CASE ("BitOperationsReversingNibbles", "[utils]") | |
| Tests Sensors::nibbleReverse. More... | |
| TEST_CASE ("BitOperationsLow&HighNibble", "[utils]") | |
| Tests Sensors::lowNibble and Sensors::highNibble. More... | |
| TEST_CASE ("BitOperationsCombiningBytesToWord", "[utils]") | |
| Tests Sensors::word. More... | |
| TEST_CASE ("BitOperationsParity", "[utils]") | |
| Tests Sensors::parity. More... | |
| TEST_CASE ("BitOperationsMinimum&Maximum", "[utils]") | |
| Tests Sensors::min and Sensors::max. More... | |
Unit tests for Utilities.
| TEST_CASE | ( | "BitOperationsSimple" | , |
| "" | [utils] | ||
| ) |
Tests bit operations.
| TEST_CASE | ( | "BitOperationsReversingBytes" | , |
| "" | [utils] | ||
| ) |
Tests Sensors::byteReverse.
| TEST_CASE | ( | "BitOperationsReversingNibbles" | , |
| "" | [utils] | ||
| ) |
Tests Sensors::nibbleReverse.
| TEST_CASE | ( | "BitOperationsLow&HighNibble" | , |
| "" | [utils] | ||
| ) |
Tests Sensors::lowNibble and Sensors::highNibble.
| TEST_CASE | ( | "BitOperationsCombiningBytesToWord" | , |
| "" | [utils] | ||
| ) |
Tests Sensors::word.
| TEST_CASE | ( | "BitOperationsParity" | , |
| "" | [utils] | ||
| ) |
Tests Sensors::parity.
| TEST_CASE | ( | "BitOperationsMinimum&Maximum" | , |
| "" | [utils] | ||
| ) |
Tests Sensors::min and Sensors::max.
1.8.13