COMMITS
November 4, 2020
A
Adding test code for Stream::readString
Alexander Entinger committed
A
Renaming module 'millis' to 'MillisFake' to better reflect the actual nature of the module
Alexander Entinger committed
A
Compiling 'Stream.cpp' for which it's necessary to provide a fake millis function
Alexander Entinger committed
A
A
Adding StreamMock class to test functions of Stream base class as well as test code for Stream::getTimeout()
Alexander Entinger committed
November 3, 2020
A
Adding test code for Print::print/println(const __FlashStringHelper *)
Alexander Entinger committed
A
Adding missing but relevant REQUIRE statement
Alexander Entinger committed
A
Adding test code for Print::availableForWrite
Alexander Entinger committed
A
Adding test code for Print::print/println(unsigned char, int)
Alexander Entinger committed
A
Adding test code for Print::print/println(const char [])
Alexander Entinger committed
A
Adding test code for Print::print/println(const String &)
Alexander Entinger committed
A
Adding test code for all those Print::println(...) variants
Alexander Entinger committed
November 2, 2020
A
Adding test code for IPAddress::operator()
Alexander Entinger committed
A
Providing test code for IPAddress::printTo(...)
Alexander Entinger committed
A
Adding test code for Common::map
Alexander Entinger committed
A
Adding test code for print(Printable)
Alexander Entinger committed
A
When a negative parameter is fed for the number of digits then default to the default number of parameters
Alexander Entinger committed
A
Adding test code for print(double, int = 2)
Alexander Entinger committed
A
Adding test code for print(long/unsigned long/long long/unsigned long long)
Alexander Entinger committed
A
Merge pull request #125 from per1234/ci-unit-test-workflow-update
Alexander Entinger committed
October 13, 2020
P
Use arduino/cpp-test-action in Unit Test CI workflow
per1234 committed
G
Add test code for String::String(const __FlashStringHelper)
giulcioffi committed
G
Add test code for String::substring(...)
giulcioffi committed
G
Add test code for String::String(unsigned char value, unsigned char base)
giulcioffi committed
G
Add test for String character access Functions
giulcioffi committed
October 16, 2020
G
Add new test code for 'find' len higher than 'replace' len
giulcioffi committed
October 15, 2020
October 14, 2020
G
Add test code for String::concat(const __FlashStringHelper *)
giulcioffi committed