> On Apr 22, 2016, at 7:01 AM, Karthik Sivaraman <karthiksivara...@outlook.com> > wrote: > > Hi > > > We are planning to maintain a plug-in that does third party feed based URL > filtering. Are there any recommendations for unit test/regression test > frameworks? What does trafficserver use for its unit/regression tests?
Internally, Traffic Server uses a very simple regression test framework, some automake test tools and some integration tests. There’s nothing for external plugins to use for testing, so you should use whatever works for you. The framework that Jason pointed out looks pretty interesting. For C++ testing, Google Test and Google Mock are also good choices. J