evenodd

  • un.偶奇的

evenoddevenodd

evenodd

1
This change causes EvenOdd. Exe to use a different criterion to produce a result of Pass or Fail. 这一更改会导致EvenOdd.exe使用另一标准来生成“通过”或“失败”结果。
2
For a description of the values that EvenOdd. Exe returns, see Generic Test Sample. 有关EvenOdd.exe返回的值的说明,请参见一般测试示例。
3
The path of the EvenOdd solution is displayed under Visual Studio projects location. EvenOdd解决方案的路径将显示在“VisualStudio项目位置”下。
4
Accordingly, when the generic test that wraps EvenOdd runs, it passes or fails depending on the number generated by EvenOdd. 因此,当包装EvenOdd的一般测试运行时,它是通过还是失败取决于EvenOdd生成的数字。
5
The EvenOdd solution is displayed in Solution Explorer. It contains a project named EvenOdd. 该解决方案中包含一个名为EvenOdd的项目。
6
Right-click the EvenOdd solution, point to Add, and then click New Project. 右击EvenOdd解决方案,指向“添加”,然后单击“新建项目”。
7
The EvenOdd solution contains a folder for the EvenOdd project. EvenOdd解决方案包含一个用于EvenOdd项目的文件夹。
8
In Name field of the New Project dialog box, type EvenOdd and then click OK. 在“新建项目”对话框的“名称”字段中,键入EvenOdd,然后单击“确定”。
9
A test based on EvenOdd. Exe passes or fails depending on the supplied arguments. 基于EvenOdd.exe的测试是通过还是失败取决于所提供的参数。
10
You have created a generic test that wraps EvenOdd. Exe. 您已经创建了一个包装EvenOdd.exe的一般测试。