| 104 | |
| 105 | template <typename ContainerMatcher> |
| 106 | CelValueMatcher IsCelList(ContainerMatcher m) { |
| 107 | return CelValueMatcher(new CelListMatcher(m)); |
| 108 | } |
| 109 | // TODO(issues/73): add helpers for working with maps and unknown sets. |
| 110 | |
| 111 | } // namespace test |
no outgoing calls