Esempio n. 1
0
bool TestExtMb::test_mb_get_info() {
  static const StaticString s_detect_order("detect_order");
  VERIFY(!f_mb_get_info()[s_detect_order].toArray().empty());
  return Count(true);
}
Esempio n. 2
0
bool TestExtMb::test_mb_get_info() {
  VERIFY(!f_mb_get_info()["detect_order"].toArray().empty());
  return Count(true);
}