| 706 | |
| 707 | template<typename T> |
| 708 | class lookup : public ::testing::Test { |
| 709 | public: |
| 710 | virtual void SetUp() {} |
| 711 | }; |
| 712 | |
| 713 | typedef ::testing::Types<float, double, int, unsigned, signed char, |
| 714 | unsigned char, short, ushort, intl, uintl, |
no outgoing calls
no test coverage detected