blob: d3fa06d60ccfef272156fcc0d72ee41b8e9e58b4 [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]キーを押しながらクリックするとダウンロード、31MB)</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>