Line | Branch | Exec | Source |
---|---|---|---|
1 | #include "gate/tests.hpp" | ||
2 | #include "gate/tech/microservices.hpp" | ||
3 | |||
4 | using namespace gate; | ||
5 | using namespace gate::tech; | ||
6 | |||
7 |
1/2✓ Branch 2 taken 1 times.
✗ Branch 3 not taken.
|
6 | GATEXX_TEST_UNIT(Microservices) |
8 | { | ||
9 | 2 | } | |
10 | |||
11 |