MCPcopy Create free account
hub / github.com/apache/nifi-minifi-cpp / expected

Class expected

libminifi/test/unit/IntervalSwitchTest.cpp:27–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25using State = utils::IntervalSwitchState;
26
27struct expected {
28 expected(State state, bool switched) :state{state}, switched{switched} {}
29
30 State state;
31 bool switched;
32};
33
34template<typename IntervalSwitchReturn>
35bool operator==(const IntervalSwitchReturn& lhs, const expected& c) {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected