blob: 68366ccc0ad7379814e771d722667bb6e8675d12 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>在 NetBeans IDE 中使用 TestNG 的视频</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
<meta name="description" content="Video of creating and debugging a TestNG test class in NetBeans IDE">
<link rel="stylesheet" type="text/css" href="../../../netbeans.css">
</head>
<body>
<!--
Copyright (c) 2009, 2010, 2011, 2012, Oracle and/or its affiliates. All rights reserved.
-->
<h1>在 NetBeans IDE 中使用 TestNG 的视频</h1>
<table>
<tr>
<td class="valign-top">
<p>此截屏视频演示了如何在 NetBeans IDE 中创建和调试 TestNG 测试类。在此截屏视频中,您将创建一个简单 TestNG 测试,并在此测试类中创建数据提供器以提供此测试中使用的参数。此截屏视频还演示了如何在调试测试类时使用“步过表达式”命令。
</p>
<p>作者:Ken Ganfield <br> 播放时长:5:20</p>
<p><a href="http://bits.netbeans.org/media/testng-screencast.mp4">观看全图/下载</a> (.mp4)(按住 Ctrl 键单击即可下载,大小为 31 MB)</p>
<br style="clear:both;">
<div class="feedback-box">
<a href="/about/contact_form.html?to=3&amp;subject=Feedback:%20Video%20of%20Using%20TestNG%20in%20NetBeans%20IDE">发送有关此教程的反馈意见</a>
</div>
<br style="clear:both;">
</td>
<td width="5">&nbsp; </td>
<td class="valign-top" width="486">
<script src="/images_www/js/mediaplayer-5.9/jwplayer.js" type="text/javascript"></script>
<div id="player" >
<center>
<div id="flashContent"></div>
</center>
</div>
<script type="text/javascript">
$(function(){
var targetFile='http://bits.netbeans.org/media/testng-screencast.mp4';
jwplayer('flashContent').setup({
'id': 'flashContentId',
'width': '530',
'height': '340',
'autostart': 'true',
'file': targetFile,
'controlbar':{position:'bottom'},
'modes': [
{type: 'html5'},
{type: 'flash', src: '/images_www/js/mediaplayer-5.9/player.swf'},
{type: 'download'}
]
});
});
</script>
</td>
</tr>
</table>
<h2>相关链接</h2>
<ul>
<li><a href="junit-intro.html">在 NetBeans IDE 中编写 JUnit 测试</a></li>
<li><a href="debug-visual.html">使用可视调试器</a></li>
<li>演示:<a href="debug-multithreaded-screencast.html">在 NetBeans IDE 中调试多线程应用程序</a></li>
<li>演示:<a href="debug-stepinto-screencast.html">NetBeans 调试器中的可视“步入”操作</a></li>
<li>演示:<a href="debug-deadlock-screencast.html">使用 NetBeans 调试器进行死锁检测</a></li>
</ul>
</body>
</html>