Commit Graph

6 Commits

Author SHA1 Message Date
Matias Fontanini
cb2c8877d8 Move tests to use catch instead of googletest (#56)
* Port buffer test to use Catch2

* Move compacted topic processor test to Catch2

* Move configuration tests to Catch2

* Rename configuration test cases

* Move topic partition list test to Catch2

* Move handle base tests to Catch2

* Move producer tests to Catch2

* Move consumer tests to catch2

* Use CHECK on tests when appropriate

* Remove googletest

* Show tests' progress as they run

* Update message when Catch2 is not checked out

* Remove references to googletest

* Run cppkafka_tests manually on travis

* Print amount of time taken by each test case
2018-04-24 03:20:48 +01:00
Matias Fontanini
c878049253 Allow building a configuration from an option list 2016-06-25 09:24:18 -07:00
Matias Fontanini
c300a9bf35 Allow chaining set calls on Configuration and TopicConfiguration 2016-06-22 20:03:28 -07:00
Matias Fontanini
bba9043faf Allow getting option values providing a template type 2016-06-20 20:10:08 -07:00
Matias Fontanini
84d98b38e5 Allow dumping all options in a configuration 2016-06-18 08:23:25 -07:00
Matias Fontanini
65a60f1690 Allow getting config options and add multiple overloads for set 2016-06-05 15:08:40 -07:00