libkiwix/test
Veloman Yunkan b0f65a02f2 Server can be started on a random free port
If the server is started with a port value of 0, it binds to a random
free port. The bound port can be obtained with a `getPort()` method.
2020-04-29 15:40:02 +04:00
..
data Introducing 1st real unit test of the server 2020-04-29 15:39:18 +04:00
book.cpp update book even if the members aren't empty 2020-01-27 17:50:44 +01:00
httplib.h Introducing 1st real unit test of the server 2020-04-29 15:39:18 +04:00
kiwixserve.cpp Fix tests. 2020-01-20 17:00:18 +01:00
library.cpp Add the method get bookByPath in library. 2020-03-06 12:08:05 +01:00
manager.cpp Manager::addBookFromPathAndGetId unit test 2020-04-28 10:56:12 +02:00
meson.build Introducing 1st real unit test of the server 2020-04-29 15:39:18 +04:00
parseUrl.cpp Fix tests. 2020-01-20 17:00:18 +01:00
pathTools.cpp Fix tests. 2020-01-20 17:00:18 +01:00
regex.cpp Fix tests. 2020-01-20 17:00:18 +01:00
server.cpp Server can be started on a random free port 2020-04-29 15:40:02 +04:00
stringTools.cpp Fix tests. 2020-01-20 17:00:18 +01:00
tagParsing.cpp Fix tests. 2020-01-20 17:00:18 +01:00