COMMITS
October 12, 2020
G
Add test code for String comparison functions
giulcioffi committed
G
Add test code for String::compareTo(...)
giulcioffi committed
October 9, 2020
A
Adding test code for String::lastIndexOf(...)
Alexander Entinger committed
A
Adding test code for String::indexOf(...)
Alexander Entinger committed
October 8, 2020
A
Adding test code for String::remove(...)
Alexander Entinger committed
A
Adding test code for String::toDouble
Alexander Entinger committed
A
Adding test code for String::toFloat
Alexander Entinger committed
October 7, 2020
A
Adding test code for String::toInt()
Alexander Entinger committed
A
A
Adding test code for String::replace(...)
Alexander Entinger committed
A
Adding test code for String::trim
Alexander Entinger committed
A
Adding test code for String::toLowerCase/toUpperCase
Alexander Entinger committed
A
Adding test code for String::concat(...)
Alexander Entinger committed
A
Fixing name of parameter of String::concat(unsigned char) to be consistent between header and implementation.
Alexander Entinger committed
A
Adding test code for String::length
Alexander Entinger committed
October 5, 2020
A
A
Adding test code for testing all the String::Ctors(...)
Alexander Entinger committed
September 25, 2020
P
Add workflow to run unit tests
per1234 committed
A
Adding test code for 'IPAddress::operator =(...)'
Alexander Entinger committed
A
Adding test code for 'IPAddress::operator !=(...)'
Alexander Entinger committed
A
Adding test code for 'IPAddress::operator ==(...)'
Alexander Entinger committed
September 10, 2020
A
Fixing IPAddress::fromString for '1.1.1.' as well as '...'
Alexander Entinger committed
A
Adding test code for 'IPAddress::fromString'
Alexander Entinger committed
A
Adding ests for all 'IPAddress' ctors
Alexander Entinger committed
A
Adding basic tests for 'Print::clearWriteError'
Alexander Entinger committed
A
Adding basic tests for 'Print::getWriteError'
Alexander Entinger committed
A
Replacing PrintMock within test_print module with the one general available now
Alexander Entinger committed
A
Adding PrintMock object to be shared by multiple test modules
Alexander Entinger committed
September 9, 2020
A
Adding basic tests for 'Print::print'
Alexander Entinger committed
A
Cross-compiling 'String' which requires to provide implementions for dtostrf,itoa,utoa,etc.
Alexander Entinger committed