1153万例文収録!

「Junit」に関連した英語例文の一覧と使い方(2ページ目) - Weblio英語例文検索


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

不適切な検索結果を除外する

不適切な検索結果を除外しない

セーフサーチについて

Junitを含む例文一覧と使い方

該当件数 : 103



例文

PHPUnit is inspired by JUnit which was created by Kent Beck and Erich Gamma as a tool for eXtreme Programming. 例文帳に追加

PHPUnit は、JUnit からヒントを得ています。 JUnit は、Kent Beck と Erich Gamma が、eXtreme Programming (XP)用のツールとして作成したソフトウエアです。 - PEAR

You can see the test results in JUnit Test Results window. 例文帳に追加

テストの結果は「JUnit テスト結果」ウィンドウで見ることができます。 - NetBeans

For more on using JUnit, see www.junit.org. 例文帳に追加

JUnit の使用方法の詳細については、www.junit.org を参照してください。 - NetBeans

Right-click the LibClass.java node in the Projects window and choose Tools Create JUnit Tests (Ctrl-Shift-U).If this is the first time you have created JUnit tests in the IDE, you will be prompted with the Select JUnit Version dialog box.例文帳に追加

「プロジェクト」ウィンドウで「 LibClass.java 」ノードを右クリックして、「ツール」「JUnit テスト」「テストを作成」(Ctrl-Shift-U) を選択します。 JUnit テストを IDE ではじめて作成する場合は、「JUnit のバージョンを選択」ダイアログが表示されます。 - NetBeans

例文

For more information, see Writing JUnit Tests in NetBeans IDE.例文帳に追加

詳細については、「NetBeans IDE での JUnit テストの記述」を参照してください。 - NetBeans


例文

Type JUnit-Sample for the project and set the project location. 例文帳に追加

プロジェクトとして「JUnit-Sample」と入力し、プロジェクトの場所を設定します。 - NetBeans

Press Enter to select JUnit 4.x and continue to the Create Tests dialog box.例文帳に追加

Enter キーを押して JUnit 4.x を選択し、「テストを作成」ダイアログに進みます。 - NetBeans

The JUnit Test Results window indicates that the test case was successful. 例文帳に追加

テストケースに合格すると、「JUnit テスト結果」ウィンドウにメッセージが表示されます。 - NetBeans

You can debug an entire project, any executable class, and any JUnit tests. 例文帳に追加

プロジェクト全体、任意の実行可能クラス、任意の JUnit テストをデバッグできます。 - NetBeans

例文

When you click OK, the IDE creates a JUnit test skeleton in the sample test package directory. 例文帳に追加

「了解」をクリックすると、sample テストパッケージディレクトリに JUnit テストスケルトンが作成されます。 - NetBeans

例文

You will now create the JUnit test methods for Utils.java.When you created the test class in the previous exercise, the IDE prompted you for the version of JUnit.You are not prompted to select a version this time because you already selected the JUnit version and all subsequent JUnit tests are created in that version.例文帳に追加

ここで、Utils.java の JUnit テストメソッドを作成します。 前の課題でテストクラスを作成したとき、JUnit のバージョンを確認するメッセージが表示されましたが、すでに JUnit バージョンを選択したため、以降に作成されたすべての JUnit テストはそのバージョンなので、ここではバージョンの選択を求められません。 - NetBeans

If you selected JUnit 3 as the version for your tests, the IDE can generate JUnit 3 test suitesbased on the test classes in the test package.In JUnit 3 you specify the test classes to include in the test suite by creating an instance of TestSuite and using the addTest method for each test.例文帳に追加

テストのバージョンとして JUnit 3 を選択した場合、IDE ではテストパッケージのテストクラスに基づいて JUnit 3 テストスイートが生成されます。 JUnit 3 では、TestSuite のインスタンスを作成し、各テストに対して addTest メソッドを使用することによって、テストスイートに含めるテストクラスを指定します。 - NetBeans

The MyLib(test) tab opens in the Output window.The JUnit test cases are compiled and run. 例文帳に追加

「出力」ウィンドウに「 MyLib (test) 」タブが開きます。 JUnit テストケースがコンパイルされて、実行されます。 - NetBeans

If the window is not visible, choose Windows Output JUnit Test Results. 例文帳に追加

ウィンドウが表示され無い場合には、「ウィンドウ」「出力」「JUnit テスト結果」を選択してください。 - NetBeans

Web projects created in NetBeans 4.0 unable to use JUnit test packages when opened in NetBeans 4.1.例文帳に追加

NetBeans 4.0 で作成された Web プロジェクトを NetBeans 4.1 で開いた場合、JUnit テストパッケージを利用できない。 - NetBeans

Copy Utils.java and Vectors.java in the Source Packages folder of the JUnitSampleSol project into the sample source package in JUnit-Sample.例文帳に追加

JUnitSampleSol プロジェクトのソースパッケージフォルダにある Utils.java および Vectors.java を、JUnit-Sample の sample ソースパッケージにコピーします。 - NetBeans

When you run the test you will see one of the following results in the JUnit Test Results window. 例文帳に追加

テストの実行時、「JUnit テスト結果」ウィンドウに次の結果のいずれかが表示されます。 - NetBeans

Since our BlackJack project does not contain any JUnit tests, you can skip this step.例文帳に追加

BlackJack プロジェクトには JUnit テストは含まれていないため、この操作は省略してもかまいません。 - NetBeans

Since the BlackJack project does not contain any JUnit tests, you can skip this step.例文帳に追加

BlackJack プロジェクトには JUnit テストが含まれていないため、この操作は省略してもかまいません。 - NetBeans

Right-click the LibClass.java node in the Projects window and choose Tools Create JUnit Tests (Ctrl-Shift-U).例文帳に追加

「プロジェクト」ウィンドウで「LibClass.java」ノードを右クリックして、「ツール」「JUnit テスト」「テストを作成」(Ctrl-Shift-U) を選択します。 - NetBeans

To complete this tutorial you first create a Java class library project called JUnit-Sample. 例文帳に追加

このチュートリアルを完了するには、最初に JUnit-Sample という Java クラスライブラリプロジェクトを作成します。 - NetBeans

You can also debug the project, and create and debug tests using the JUnit framework. 例文帳に追加

プロジェクトをデバッグしたり、JUnit フレームワークを使用してテストを作成、デバッグしたりすることもできます。 - NetBeans

You can configure the methods that are generated by default by configuring the JUnit options in the Options window.例文帳に追加

「オプション」ウィンドウで JUnit オプションを構成することにより、デフォルトで生成されるメソッドを構成できます。 - NetBeans

In JUnit 4 you can use annotations to mark the following types of initializer and finalizer methods. 例文帳に追加

JUnit 4 では、次の種類の初期化メソッドと終了メソッドをマークするために注釈を使用できます。 - NetBeans

In the Test Packages Folder pane, click Browse to select the folder containing the JUnit package folders.例文帳に追加

(省略可能) 「テストパッケージフォルダ」区画で「参照」をクリックし、JUnit パッケージフォルダが含まれているフォルダを選択します。 - NetBeans

In Test Packages Folder, click Browse to select the folder containing the JUnit package folders.例文帳に追加

(省略可能) 「テストパッケージフォルダ」で「ブラウズ」をクリックして、JUnit パッケージフォルダが含まれているフォルダを選択します。 - NetBeans

Now that you have written the tests, you can run the test and see the test output in the JUnit Test Results window. 例文帳に追加

これでテストが記述されたので、テストを実行し、テスト出力を「JUnit テスト結果」ウィンドウで確認できます。 - NetBeans

In the JUnit test, you will test the LibClass by passing a phrase to the acrostic method and using an assertion to indicate what you think the result should be.例文帳に追加

JUnit テストでは、acrostic メソッドにフレーズを渡し、表明を使用して予測される結果を示すことで、LibClass をテストします。 - NetBeans

He highlights the code completion and live templates features of the Java and Ruby editors,the Rails code generator, and the IDE's JUnit module.例文帳に追加

Java エディタと Ruby エディタのコード補完機能とライブテンプレート機能、Rails コードジェネレータ、および IDE の JUnit モジュールを取り上げています。 - NetBeans

Test results are shown in the JUnit test results window, which opens automatically when you run a test case. 例文帳に追加

テスト結果は、「JUnit テスト結果」ウィンドウに表示されます。 このウィンドウは、テストケースを実行すると自動的に開きます。 - NetBeans

The IDE prompts you to choose a JUnit version the first time that you use the IDE to create tests for you in the project.The version that you select becomes the default JUnit version and the IDE will generate all subsequent tests and test suites for that version. 例文帳に追加

IDE を使用してはじめてプロジェクト用のテストを作成する場合、JUnit バージョンの選択を求めるメッセージが表示されます。 選択したバージョンがデフォルトの JUnit バージョンになり、以降のすべてのテストおよびテストスイートがそのバージョンで生成されます。 - NetBeans

Right-click the TestCase0 project node, and choose Run from the context menu.Notice this message in the JUnit Test Results window: 例文帳に追加

「 TestCase0 」プロジェクトノードを右クリックし、コンテキストメニューから「実行」を選択します。 「JUnit テスト結果」ウィンドウ内のメッセージを確認してください。 - NetBeans

The Python unit testing framework, often referred to as ``PyUnit,'' is a Python language version of JUnit, by Kent Beck and Erich Gamma.JUnit is, in turn, a Java version of Kent's Smalltalk testing framework.例文帳に追加

このPython単体テストフレームワーク は``PyUnit''とも呼ばれ、Kent Beck とErich GammaによるJUnitのPython版です。 JUnitはまたKentのSmalltalk用テストフレームワークのJava版で、どちらもそれぞれの言語で業界標準の単体テストフレームワークとなっています。 - Python

You will use the IDE's create test skeletons based on the classes in your project. The first time that you use the IDE to create some test skeletons for you, the IDE prompts you to choose the JUnit version.例文帳に追加

テストスケルトンを作成するために IDE をはじめて使用する際は、JUnit のバージョンを選択するよう求められます。 - NetBeans

You can maintain a separate classpath for building and running JUnit tests, regardless of whether you set it in your own Ant build scriptor in NetBeans IDE 4.0.例文帳に追加

Ant 構築スクリプトや NetBeans IDE 4.0 での設定に関係なく、JUnit テストを構築、実行するためのクラスパスを別に設定することができます。 - NetBeans

In the JUnits Test Results window the test is marked as passed. 例文帳に追加

JUnit テスト結果」ウィンドウで、テストは成功したものとしてマークされます。 - NetBeans

Now you will create and run a test for the project using JUnit and then run it in the IDE's debugger to check for errors.例文帳に追加

ここでは、JUnit を使用してプロジェクトに対するテストを作成、実行します。 また、IDE のデバッガでプロジェクトを実行してエラーの有無を調べます。 - NetBeans

Now you will create and run a test for the project using JUnit and then run the application in the IDE's debugger to check for errors.例文帳に追加

ここでは、JUnit を使用してプロジェクトに対するテストを作成、実行します。 また、IDE のデバッガでアプリケーションを実行してエラーの有無を調べます。 - NetBeans

Now we'll create and run a test for our project using JUnit and then run it in the IDE's debugger to check for errors.例文帳に追加

ここでは、JUnit を使用してプロジェクトに対するテストを作成、実行します。 また、IDE のデバッガでプロジェクトを実行してエラーの有無を調べます。 - NetBeans

When you run the test suite the IDE runs the tests included in the suite in the order they are listed.The results are displayed in the JUnit Test Results window. 例文帳に追加

テストスイートを実行すると、スイートに含まれるテストが一覧表示された順に実行されます。 結果は「JUnit テスト結果」ウィンドウに表示されます。 - NetBeans

Projects in NetBeans IDE 4.0 come with built-in support for generating, developing and running unit tests using JUnit,the de facto standard in Java code testing.例文帳に追加

NetBeans IDE 4.0 のプロジェクトには、Java コードテストの事実上の標準である JUnit を使用したユニットテストを生成、開発、実行するためのサポート機能が組み込まれています。 - NetBeans

When you run UtilsJUnit4Test.java the IDE only runs the tests in the test class.If the class passes all the tests you will see something similar to the following image in the JUnit Test Results window. 例文帳に追加

UtilsJUnit4Test.java を実行するときは、テストクラス内のテストのみが実行されます。 クラスがすべてのテストに合格すると、次の画像に似た内容が「JUnit テスト結果」ウィンドウに表示されます。 - NetBeans

When the IDE generates the names for the test methods, each method name is prepended with test because JUnit 3 uses naming conventions and reflection to identify tests.To identify test methods each test method is required to follow the syntax testNAME例文帳に追加

IDE がテストメソッドの名前を生成する場合、各メソッド名の先頭に「test」が付加されます。 これは、JUnit 3 ではテストを識別するために命名規則とリフレクションが使用されるためです。 - NetBeans

In JUnit 4 it is no longer necessary to use this test method naming syntax because you can use annotations to identify test methods and the test class is no longer required to extend TestCase.例文帳に追加

JUnit 4 では注釈を使用してテストメソッドを識別できるため、このテストメソッドの命名構文を使用する必要がなくなり、テストクラスは TestCase を拡張する必要がなくなりました。 - NetBeans

Standard projects.In standard projects, the IDE maintains separate classpaths for compiling and running your project, as well as compiling and running JUnit tests (for J2SE applications). 例文帳に追加

標準プロジェクト。 標準プロジェクトの場合、IDE は、プロジェクトのコンパイルと実行用にそれぞれ独立したパスを保持します (J2SE アプリケーションの場合は、その他 JUnit テストのコンパイルと実行用のパスも保持)。 - NetBeans

This test uses the JUnit assertTrue and assertFalse methods to test a variety of possible results.For the test of this method to pass, the assertTrue must all be true and assertFalse must all be false. 例文帳に追加

このメソッドのテストに合格するには、assertTrue がすべて true 、assertFalse がすべて false である必要があります。 - NetBeans

When you run the test the println text for each methods will appear in the JUnit Test Results output window.If you do not add the println, there is no output to show that the methods were run. 例文帳に追加

println を追加しないと、メソッドが実行されたことを示す出力は表示されません。 - NetBeans

This test uses the JUnit assertTrue and assertFalse methods to test a variety of possilbe results.For the test of this method to pass, the assertTrue must all be true and assertFalse must all be false. 例文帳に追加

このメソッドのテストに合格するには、assertTrue がすべて true 、assertFalse がすべて false である必要があります。 - NetBeans

The next step after creating your unit test classes is to create test suites.See Creating JUnit 3 Test Suites to see how to run specified tests as a group so you do not have to run each test individually.例文帳に追加

単体テストクラス作成後の次の手順は、テストスイートの作成です。 指定されたテストをグループとして実行し、各テストを個々に実行しなくて済むようにする方法については、「JUnit 3 テストスイートの作成」を参照してください。 - NetBeans

例文

When you run the test class the println text you added is displayed in the output pane of the JUnit Test Results window.If you do not add the println, there is no output to indicate that the initializer and finalizer methods were run. 例文帳に追加

テストクラスを実行すると、追加した println テキストが「JUnit テスト結果」ウィンドウの出力区画に表示されます。 println を追加しない場合、初期化メソッドと終了メソッドが実行されたことを示す出力は表示されません。 - NetBeans




  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
Copyright 2001-2004 Python Software Foundation.All rights reserved.
Copyright 2000 BeOpen.com.All rights reserved.
Copyright 1995-2000 Corporation for National Research Initiatives.All rights reserved.
Copyright 1991-1995 Stichting Mathematisch Centrum.All rights reserved.
  
Copyright © 2001 - 2008 by the PEAR Documentation Group.
This material may be distributed only subject to the terms and conditions set forth in the Open Publication License, v1.0 or later (the latest version is presently available at http://www.opencontent.org/openpub/ ).
  
© 2010, Oracle Corporation and/or its affiliates.
Oracle and Java are registered trademarks of Oracle and/or its affiliates.Other names may be trademarks of their respective owners.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する
英→日 日→英
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

会員登録のメリット検索履歴を保存できる!

会員登録のメリット語彙力診断の実施回数増加!

無料会員に登録する

©2026 GRAS Group, Inc.RSS