To validate, place the transformation code inside the block of a clause and check the condition as a test statement inside the block.
为了进行验证,将转换代码放入到子句的块中,并检查块中的test语句。
The tooling generates statement coverage statistics for the application under test (that is, the number or percentage of lines in your application that have been executed).
工具会为测试下的程序生成声明复盖率统计数据(这就是说,执行程序中行的数量与百分比)。
The SQL baseline must be captured during the test and not after, as done for the reports on aggregated data, because a DB2 statement event monitor is started to capture the data.
必须在测试期间捕捉SQL基线,而不是像聚合数据报告那样在测试之后捕捉,这是因为要启动db2语句事件监视器来捕捉数据。
Once you have set up the plug-in on both the client and database server, issue a connect statement to test the plug-in.
在客户机和数据库服务器上都设置好插件之后,发出一条连接语句以测试插件。
If this parameter is smaller on test than that in production, you may start seeing SQL0101N message due to lack of space in statement heap needed to compile the query.
如果测试中的该参数小于生产中的,您就可能会开始看到SQL 0101n消息,因为缺乏编译查询所需要的语句堆空间。
If the test you want to take a baseline on is running at night, you can schedule the report generation and the collection of SQL event monitor data by the DB2 statement event monitor.
如果要建立基线的测试在夜间运行,那么可以调度db2语句事件监视器对SQL事件监视器数据的收集和报告生成过程。
Similarly, if the same or similar test has been run in a different environment (e.g., on a different operating system), the results should be factored into the quality statement.
类似的,如果在不同的环境中运行同样的或相似的测试(举例来说,在不同的操作系统上),那么结果应该包含于质量说明中。
Also, to explore and test the new update capabilities initially, you may find it convenient to embed the XMLQUERY function with the transform in a SELECT statement rather than an update.
另外,在研究和测试新的更新功能时,在select语句(而不是update语句)中嵌入包含转换表达式的XMLQUERY函数可能更方便。
Knowing that a statement isn't executed by the test suite proves that it isn't being tested.
知道测试套件没有执行某个语句,可以证明该语句没测试到。
This provides the ability to simply check the syntax or test execute the SQL statement provided in the view definition.
这使您可以选中视图定义中提供的语法或测试执行sql语句。
Options are available to check the syntax of the SQL defining the view as well as to test the execution of this statement.
它具有可用于检查定义视图的sql语法和测试此语句执行情况的选项。
This statement is then completed by the row specifying the test condition, which is also used to populate the FROM clause and additional the WHERE clause so forming a predicate.
再加上指定测试条件的行,该语句就完整了,指定测试条件的行用来组成from子句以组成谓语。
Options are provided to check the syntax of the SQL defining the view as well as to test the execution of this statement.
提供了选项来检查定义视图的sql语句的语法并测试语句的执行。
Lastly, in line 18 an assertion statement is issued to determine the success or failure of a test case.
最后,在第十八行的断言语句中,决定了这个测试用例的成功与失败。
However, the keywords shown have a greater significance in terms of the meaning of the whole statement and illustrate a number of traps in the test. For instance.
但是,根据整个题目的意义来说,参考答案所给出的关键词更加重要,而且体现了考试出题的陷阱。
A case statement within bash lets you test for more than one condition or value and act accordingly.
bash中的case语句可以用来测试多个条件或值并相应地执行操作。
The above simple test scenario performed one assert and resulted in a successful scenario due to the "assert true" statement.
上面这个简单的测试场景执行一个断言,由于使用了“asserttrue”语句,这个测试总会成功。
Martin's final remarks give response to this common statement: "Wouldn't it be faster without [having to worry about] such high test coverage?"
Martin最后对一个常见说法给予了答复:“如果没有这么高的测试覆盖率,项目进度不是会更快吗?”
Another idea that came out of Karen's talk is that you can also view the test strategy as a testing bill of goods or statement of work.
Karen谈话传达的另一个信息,是可以将测试战略当做测试商品账单或者工作总结。
An XPath statement in an XQuery or XSLT stylesheet might test for one of the predefined elements and also display the known color.
XQuery或xslt样式表中的一个xpath语句可能测试一个预定义元素并显示已知颜色。
The if statement, which executes a particular block of statements based on the result of a test expression.
if语句,它基于测试表达式的结果执行一个特定的语句块。
Well, the first define statement creates a string constant called ASTRING in the test namespace.
第一个define语句在名称空间 test 中创建一个字符串常量ASTRING。
Changing the return type to float, for example, isn't flagged as an error because an int in the test method's return statement is automatically promoted to float.
如果将返回值改为float,这不会被标记成错误,因为test方法返回语句中的int会自动转换成float。
You can test and refine your SQL statement right from the Eclipse workbench until it satisfies your needs and then cut-and-paste the SQL statement text into your reporting JSP file.
可以从eclipse工作台中测试和精炼sql语句,直到满足需要,然后将sql语句文本剪切并粘贴到报表JSP文件中。
After the require statement, a class declaration stating that this class is a subclass of Test: : Unit: : TestCase must be added (as shown in below in Listing 6).
在require语句后面,添加一个类声明,指出这个类是Test: Unit:TestCase的子类(见清单6)。
You may get a warning message when you issue the connect statement if the test database already exists.
如果test数据库已经存在,在发出connect语句时,会得到警告消息。
Note that the test for null values is gone from the for statement, because you want to handle that condition by writing a diagnostic record.
注意,对null值的检查从for语句中消失了,因为希望通过写诊断记录来处理这种情况。
Crucible thesis statement, Test your thoughts in a crucible to produce new ideas to write thesis statements for the crucible.
坩埚论文陈述,测试你的想法在坩埚中产生新的想法写论文陈述的坩埚。
The same print statement can be used in kernel code and user-level code, so that the driver and test programs can be managed in the same way with regard to extra messages.
同样的输出语句既可以用在内核代码中也可以用于用户级代码中,因此不管是驱动程序还是测试程序都可以用同样的方式来输出消息。
The same print statement can be used in kernel code and user-level code, so that the driver and test programs can be managed in the same way with regard to extra messages.
同样的输出语句既可以用在内核代码中也可以用于用户级代码中,因此不管是驱动程序还是测试程序都可以用同样的方式来输出消息。
应用推荐