_ArrayCount
CPPUNIT_ASSERT_EQUAL(2, (int)_ArrayCount(args, "args"));
CPPUNIT_ASSERT_EQUAL(1, (int)_ArrayCount(message, "from_script"));
CPPUNIT_ASSERT_EQUAL(2, (int)_ArrayCount(message, "TEST"));
CPPUNIT_ASSERT_EQUAL(1, (int)_ArrayCount(message, "from_script"));
CPPUNIT_ASSERT_EQUAL(1, (int)_ArrayCount(message, "target"));
CPPUNIT_ASSERT_EQUAL(2, (int)_ArrayCount(message, "target"));
CPPUNIT_ASSERT_EQUAL(1, (int)_ArrayCount(then, "target"));
CPPUNIT_ASSERT_EQUAL(1, (int)_ArrayCount(otherwise, "target"));
CPPUNIT_ASSERT_EQUAL(1, (int)_ArrayCount(then, "target"));
CPPUNIT_ASSERT_EQUAL(1, (int)_ArrayCount(otherwise, "target"));