| 56 | |
| 57 | template <typename... Args> |
| 58 | auto MakeAttributeSetArray(const Args*... args) { |
| 59 | return Utils::MakeArray<const lcf::DBBitArray*>(args...); |
| 60 | } |
| 61 | |
| 62 | TEST_CASE("ApplyMultiplerDefault") { |
| 63 | const MockActor m; |
no outgoing calls
no test coverage detected