| 1051 | }; |
| 1052 | |
| 1053 | TEST_F(TestListConversions, ListViewFromList) { |
| 1054 | this->DoTestListViewFromList<ListViewType, ListType>(); |
| 1055 | this->DoTestListViewFromList<LargeListViewType, LargeListType>(); |
| 1056 | } |
| 1057 | |
| 1058 | TEST_F(TestListConversions, ListFromListView) { |
| 1059 | this->DoTestListFromListView<ListType, ListViewType>(); |
nothing calls this directly
no test coverage detected