Searched refs:commandLength (Results 1 – 1 of 1) sorted by relevance
19 size_t length, commandLength; in test_EvaluateCommandLength() local26 commandLength = remoteconfig_cmdlength(command1, command1+length); in test_EvaluateCommandLength()27 TEST_ASSERT_EQUAL(14, commandLength ); in test_EvaluateCommandLength()30 commandLength = remoteconfig_cmdlength(command2, command2+length); in test_EvaluateCommandLength()31 TEST_ASSERT_EQUAL(14, commandLength ); in test_EvaluateCommandLength()34 commandLength = remoteconfig_cmdlength(command3, command3+length); in test_EvaluateCommandLength()35 TEST_ASSERT_EQUAL(6, commandLength ); in test_EvaluateCommandLength()38 commandLength = remoteconfig_cmdlength(command4, command4+length); in test_EvaluateCommandLength()39 TEST_ASSERT_EQUAL(16, commandLength ); in test_EvaluateCommandLength()