@return Returns a test TSQuery object to pass on to the serializer
(final boolean show_stats)
| 608 | |
| 609 | /** @return Returns a test TSQuery object to pass on to the serializer */ |
| 610 | private TSQuery getTestQuery(final boolean show_stats) { |
| 611 | return getTestQuery(show_stats, false); |
| 612 | } |
| 613 | |
| 614 | /** @return Returns a test TSQuery object to pass on to the serializer */ |
| 615 | private TSQuery getTestQuery(final boolean show_stats, final boolean show_summary) { |
no test coverage detected