blob: 68fa6bb5a89a66b5778aa2247466bb7797b61db4 [file] [log] [blame]
//
// Licensed to the Apache Software Foundation (ASF) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The ASF licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may not use this file except in compliance
// with the License. You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing,
// software distributed under the License is distributed on an
// "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
// KIND, either express or implied. See the License for the
// specific language governing permissions and limitations
// under the License.
//
= NetBeans IDE 中使用 TestNG 的视频
:jbake-type: tutorial
:jbake-tags: tutorials
:jbake-status: published
:icons: font
:syntax: true
:source-highlighter: pygments
:toc: left
:toc-title:
:description: NetBeans IDE 中使用 TestNG 的视频 - Apache NetBeans
:keywords: Apache NetBeans, Tutorials, NetBeans IDE 中使用 TestNG 的视频
|===
|此截屏视频演示了如何在 NetBeans IDE 中创建和调试 TestNG 测试类。在此截屏视频中,您将创建一个简单 TestNG 测试,并在此测试类中创建数据提供器以提供此测试中使用的参数。此截屏视频还演示了如何在调试测试类时使用“步过表达式”命令。
作者:Ken Ganfield
播放时长:5:20
link:http://bits.netbeans.org/media/testng-screencast.mp4[+观看全图/下载+] (.mp4)(按住 Ctrl 键单击即可下载,大小为 31 MB)
link:/about/contact_form.html?to=3&subject=Feedback:%20Video%20of%20Using%20TestNG%20in%20NetBeans%20IDE[+发送有关此教程的反馈意见+]
|===
== 相关链接
* link:junit-intro.html[+在 NetBeans IDE 中编写 JUnit 测试+]
* link:debug-visual.html[+使用可视调试器+]
* 演示:link:debug-multithreaded-screencast.html[+在 NetBeans IDE 中调试多线程应用程序+]
* 演示:link:debug-stepinto-screencast.html[+NetBeans 调试器中的可视“步入”操作+]
* 演示:link:debug-deadlock-screencast.html[+使用 NetBeans 调试器进行死锁检测+]