loop n. 1.(用线、带等打成的)圈,环,匝,框,环孔,线圈;【医学】(常 the loop)宫内避孕环。 2.环状物,塔环,拎环。 3.(铁路上的)让车道,环道。 4.【无线电】回路,回线,波腹,环形天线。 5.【数学】自变;【计算机】循环;(程序中)一群指令的重复。 6.【航空】翻圈飞行,翻筋斗;【溜冰】(单脚)打圈儿。 7.〔美国〕闹市区;〔the L-〕 芝加哥的商业区。 a safety loop保险圈。 a wire loop钢丝套圈。 knock [throw] for a loop 〔美俚〕 1. 使神志不清;打昏,使醉倒。 2. 给人极好的印象。 3. 出色地通过[做成]。 on the loop 〔美国〕在匆匆旅行中。 out of the loop 在圈内人物之外的,不在…圈子内的。 vt. 1.使(绳等)成圈,打成圈;【电学】 把导线连成回路。 2.用圈围住;(用环)箍住。 (up back). 3.使作成环状运动;【航空】翻筋斗。 vi. 1.打环,成圈。 2.【航空】翻筋斗。 3.(像尺蠖似的)伸屈前进。 loop the loop 【航空】翻筋斗;(骑自行车等)兜圈子。
code n. 1.法典;法规。 2.规则,准则;(社会、阶级等的)惯例,习俗,制度。 3.(电)码,代码,密码,暗码;代号,略号,暗号。 4.【生物学】遗传(密)码。 the civil [criminal] code民[刑]法典。 the moral code道德准则。 code of signals 信号密码(本)。 code of the school 校规。 code and conventions 规章制度。 C- Napoléon 拿破仑法典。 C- of Hammurabi (古代巴比伦的)汉穆拉比法典。 code of honour 社会礼法;决斗惯例。 code of written law 成文法典。 the International Code 国际电码。 the Morse code 摩尔斯电码。 vt. 1.把…编成法典[法规]。 2.把…译成[编成]电码;编(码);译(码)。 n. -r 【自动化】编码装置;【电讯】记发器。
Instead of writing multiple unit tests that call the api , each with a new set of inputs , or creating an array in a unit test and using looping code , you can instead write a single unit test method that exercises the api 不是编写调用api的多个单元测试(每个单元测试均具有一组新的输入) ,也不是在单元测试中创建一个数组并使用循环代码,而是可以编写执行api的单个单元测试方法。