Module googletest::matcher

source ·
Expand description

The components required to implement matchers.

Enums§

Traits§

  • An interface for checking an arbitrary condition on a datum.
  • Base trait for matchers. Any type implementing Matcher must implement MatcherBase, but that should be done through the #[derive(MatcherBase)] macro.

Derive Macros§