Creating a TestClass for Vectors.java
Vectors.java 用のテストクラスの作成 - NetBeans
Creating a TestClass for Utils.java
Utils.java 用のテストクラスの作成 - NetBeans
InPyUnit, test cases are represented by instances of the TestCase class in the PyUnitでは、テストケースは - Python
Add the following test method to the testclass.
次のテストメソッドをテストクラスに追加します。 - NetBeans
Classes includes a procedure class, a testclass, a measurement class, a datapoint class, a parameter class, a DUT (data use technology) class, a test system class, a specification class, a run procedure class, a result class, a plug-in class, an exec class, as well as other classes. クラスは、プロシージャクラス、試験クラス、測定クラス、データポイントクラス、パラメータクラス、DUTクラス、テストシステムクラス、仕様クラス、起動プロシージャクラス、結果クラス、プラグインクラス、execクラス、およびその他のクラスを含む。 - 特許庁
A test suite is basically a class with a method that invokes the specified test cases, such as specific test classes, test methods in test classes and other test suites.A test suite can be included as part of a testclass but best practices recommends creatingindividual test suite classes. テストスイートはテストクラスの一部として含めることができますが、ベストプラクティスとしては、個々のテストスイートクラスを作成することをお勧めします。 - NetBeans
Everyone in our class passed the test.
クラスのみんなが試験に合格した。 - Tanaka Corpus
Everyone in our class passed the test. クラスのみんなが試験に合格した。 - Tatoeba例文
The whole class passed the test.
クラス全員がその試験に合格した。 - Tanaka Corpus
The whole class passed the test. クラス全員がその試験に合格した。 - Tatoeba例文
The test method testTemporarilyDisabled will run if you run the testclass.
テストクラスを実行すると、テストメソッド testTemporarilyDisabled が実行されます。 - NetBeans
The test method temporarilyDisabledTest will run if you run the testclass.
テストクラスを実行すると、テストメソッド temporarilyDisabledTest が実行されます。 - NetBeans
design your class/API2. create a test suite3.
1. クラス/ API を設計2. テスト用ツールを作成 - PEAR
implement the class/API4. run the test suite5.
3. クラス/ API を実装4. テスト用ツールを実行 - PEAR
The class relationships define the function of the electronic test system. クラス関係は、電子テストシステムの機能を定義する。 - 特許庁
What's wrong with selling the test questions to the idiots in the class? バカなヤツらに試験問題を売って なにが悪い? - 映画・海外ドラマ英語字幕翻訳辞書
For the state test which ever teacher has the highest scoring class gets a bonus. 試験 最高点の クラスの教師が貰えるの - 映画・海外ドラマ英語字幕翻訳辞書
Top test scores in class. highest battle room ratings. 授業では最高点だし 訓練室での評価も高い - 映画・海外ドラマ英語字幕翻訳辞書
You run a test suite the same way you run any individual testclass.
テストスイートは、個々のテストクラスを実行する場合と同じ方法で実行します。 - NetBeans
You can run Test File from within the test file itself or from the class you want to test.
「ファイルをテスト」は、テストファイル自体から実行することも、テスト対象のクラスから実行することもできます。 - NetBeans
Among skills tests, there is a skills assessment test for First Class, Second Class, or Third Class of 'Certified Steeplejack.'
技能検定の中に「とび技能士」の一級技能士、二級技能士、三級技能士の技能検定試験がある。 - Wikipedia日英京都関連文書対訳コーパス
Now you can verify whether your class passes the test.
これで、クラスがテストに合格するかどうかを検査できます。 - NetBeans
You could then close the connection with the testclass finalizer.
続いて、テストクラス終了を使用して接続を閉じます。 - NetBeans
Right-click the test suite class and choose Run File.
テストスイートクラスを右クリックし、「ファイルを実行」を選択します。 - NetBeans
If you look at the generated testclass VectorsJUnit3Test.java in the editor,you can see that the IDE generated the following testclass with test methods for the methods equal and scalarMultiplication. 生成したテストクラス VectorsJUnit3Test.java をエディタで表示すると、次のテストクラスが equal メソッドと scalarMultiplication メソッドに対するテストメソッドとともに生成されたことがわかります。 - NetBeans
Modify the name of the testclass to UtilsJUnit3Test in the Create Tests dialog box.Click OK.
「テストを作成」ダイアログで、テストクラスの名前を UtilsJUnit3Test に変更します。 - NetBeans
Modify the name of the testclass to UtilsJUnit4Test in the Create Tests dialog box.Click OK.
「テストを作成」ダイアログで、テストクラスの名前を UtilsJUnit4Test に変更します。 - NetBeans
This class represents an aggregation of individual tests cases and test suites. このクラスは、個々のテストケースやテストスイートの集約を示します。 - Python
To use a tool in a such a state that the performance of a testclass is stopped in debugging the testclass by a debugger. デバッガにてテストクラスのデバッグをするときに、テストクラスの実行を停止したままの状態でツールを使用できるようにする。 - 特許庁
I am going to review the things I learned in class before the test.
私はテストの前には授業で習った部分を復習をします。 - Weblio Email例文集
Then, during debugging of the testclass 30, the test system 100 controls the testclass thread 31 to a stopped state, and controls the tool thread 11 to an operating state. そして、この試験システム100は、テストクラス30のデバッグ中に、テストクラス・スレッド31を停止状態に制御するとともに、ツール・スレッド11を動作状態に制御する。 - 特許庁
If you are in the midst of editing the controller class and want to test it, you merely execute Test File, by pressing Ctrl+F6, and it runs the test file corresponding to the class you are currently in.
コントローラのクラスを編集中にそれをテストする場合、Ctrl+F6 キーを押して「ファイルをテスト」を実行するだけで、現在いるクラスに対応するテストファイルが実行されます。 - NetBeans
The class presents the interface needed by the test runner to allow it to be run as any other test case, but all the contained tests and test suites are executed. 通常のテストケースと同じようにテストランナーで実行すると、テストスイート内の全てのテストケースとテストスイートを実行します。 - Python
(Optional) Now that you have established the Item class, you can tryout the unit test.
(任意) Item クラスを確立できたので、単体テストを試すことができます。 - NetBeans
The IDE also generated the following testclass initializer and finalizer methods:
また、次のテストクラスの初期化メソッドと終了メソッドが生成されました。 - NetBeans
If she was in class, she knows about the test. 彼女が授業に出席していたのなら,試験のことは知っているよ - Eゲイト英和辞典
The TestLoader class is used to create test suites from classes and modules. TestLoaderクラスは、クラスやモジュールからテストスイートを作成するために使用します。 - Python
Return a suite of all tests cases given a string specifier.The specifier name is a ``dotted name'' that may resolveeither to a module, a test case class, a test method within a testcase class, or a callable object which returns a TestCase or TestSuite instance. nameには``ドット修飾名''でモジュールかテストケースクラス、またはTestCaseかTestSuiteのインスタンスを返す呼び出し可能オブジェクトを指定します。 - Python
This is usually the full name of the test method, including the module and class names. 通常、idはモジュール名・クラス名を含む、テストメソッドのフルネームを指定します。 - Python
Thanks to unit tests, you can create a test suite for your class, and then reimplement your class with the security of knowing that as long as the new class passes the tests, applications that depend on the class will work.
まずテストスイートを作成し、新しいクラスがテストにすべて合格するように保ったまま再実装を行っていけば、アプリケーションに不具合が起きる事はないでしょう。 - PEAR
The advantage of the Test File option is that, while you can be in the file you want to test, you are not required to be in the test file for the class.
「ファイルをテスト」オプションの利点は、テスト対象のファイル内にいても構いませんが、そのクラスのテストファイル内にいる必要がないことです。 - NetBeans
This class implements the interface needed by the test runner to allow it to drive the test, and methods that the test code can use to check for and report various kinds of failures. TestCaseクラスでは、テストランナーがテストを実行するためのインターフェースと、各種のチェックやテスト失敗をレポートするためのメソッドを実装しています。 - Python
This class implements the portion of the TestCase interface which allows the test runner to drive the test, but does not provide the methods which test code can use to check and report errors. This is used to create test cases using legacy test code, allowing it to be integrated into a このクラスではTestCaseインターフェースの内、テストランナーがテストを実行するためのインターフェースだけを実装しており、テスト結果のチェックやレポートに関するメソッドは実装していません。 既存のテストコードを - Python
When you click Finish, the IDE creates the test suite class in the sample package and opens the class in the editor. 「完了」をクリックします。 「完了」をクリックすると、sample パッケージにテストスイートクラスが作成され、クラスがエディタに表示されます。 - NetBeans
A test process 20 to be performed by a test system 100 includes: a testclass thread 31 for performing a testclass 30 in which a method for testing a device is described; and a tool thread 11 for performing a tool 10 which includes a function that can be used for the test of the device. 試験システム100で実行される試験プロセス20は、デバイスの試験方法を記述したテストクラス30を実行するためのテストクラス・スレッド31と、デバイスの試験に利用可能な関数を含むツール10を実行するためのツール・スレッド11と、を含む。 - 特許庁
When a main control unit switches a data class, it extracts a first test value or a second test value corresponding to the data class of authentication information to be generated next time. 主制御部はデータ種別を切り替える場合、次回生成する認証情報のデータ種別に対応した第1検査値又は第2検査値を抽出する。 - 特許庁
To provide the optimization system of a Java class path for improving efficiency of a field test. フィールド試験の効率性を高めたJavaクラスパスの最適化方式を得る。 - 特許庁
Because you have not yet defined the class, the test fails, as shown in the following figure. クラスをまだ定義していないため、次の図に示すように、テストに失敗します。 - NetBeans
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.