HttpServer/test
Kenneth Barbour e8b7739cf4 HttpHeaders printTo 2018-03-09 16:00:51 -05:00
..
Arduino.cpp fixed mock arduino 2018-03-02 19:50:18 -05:00
Arduino.h fixed mock arduino 2018-03-02 19:50:18 -05:00
DummyPrint.h separated Print and Stream mock classes from dummy implementations 2018-02-25 19:55:09 -05:00
DummyStream.h separated Print and Stream mock classes from dummy implementations 2018-02-25 19:55:09 -05:00
Print.cpp Printable interface 2018-03-09 16:00:46 -05:00
Print.h Printable interface 2018-03-09 16:00:46 -05:00
Printable.h Printable interface 2018-03-09 16:00:46 -05:00
Stream.h separated Print and Stream mock classes from dummy implementations 2018-02-25 19:55:09 -05:00
WiFiClient.h mock WiFiClient class 2018-03-03 20:40:30 -05:00
WiFiServer.h Mock WiFiServer 2018-03-03 20:50:04 -05:00
catch.hpp Initial commit 2018-02-15 10:09:01 -05:00
main.cpp Initial commit 2018-02-15 10:09:01 -05:00
test_Buffer.cpp Changed availableToWrite to availableForWrite 2018-03-03 09:46:23 -05:00
test_DummyStream.cpp separated Print and Stream mock classes from dummy implementations 2018-02-25 19:55:09 -05:00
test_HttpHeaders.cpp HttpHeaders printTo 2018-03-09 16:00:51 -05:00
test_HttpRequest.cpp added test cases for Request/Headers copy and assignment 2018-03-09 14:08:35 -05:00
test_HttpResponse.cpp HttpResponse code and reason 2018-02-20 19:13:25 -05:00
test_Kernel.cpp test case for a web-kernel with 2 different endpoints 2018-02-25 19:55:54 -05:00
test_RequestRouter.cpp allow custom error handlers for 404 and 405 errors 2018-03-01 15:04:21 -05:00
test_RouteDispatcher.cpp allow custom error handlers for 404 and 405 errors 2018-03-01 15:04:21 -05:00
test_WiFiClient.cpp mock WiFiClient class 2018-03-03 20:40:30 -05:00