1153万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定

Weblio 辞書 > 英和辞典・和英辞典 > test classの意味・解説 > test classに関連した英語例文

セーフサーチ:オフ

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

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

セーフサーチについて

test classの部分一致の例文一覧と使い方

該当件数 : 113



例文

The IDE runs the tests that are in thePostsControllerTest class and displays the output in the Ruby Test Results window.例文帳に追加

IDE で PostsControllerTest クラスにあるテストが実行され、「Ruby テスト結果」ウィンドウに出力が表示されます。 - NetBeans

PyUnitprovide the TextTestRunner as an example test runner which reports test results on the standard error stream by default.Alternate runners can be implemented for other environments (such as graphical environments) without any need to derive from a specific class.例文帳に追加

これ以外のランナー(グラフィックインターフェース用など)を実装する場合でも、特定のクラスから派生する必要はありません。 - Python

When loading from a module, it considers all TestCase-derived classes. For each such class, it creates an instance for each method with a name beginning with the string"test".例文帳に追加

モジュールからテストをロードする場合、全てのTestCase派生クラスを抽出し、名前が"test"で始まる全てのメソッドのインスタンスを作成します。 - Python

In fiscal Heisei 19, KIT ranked the first of all national colleges at the number of successful candidates who took the test of the first-class registered architect. 例文帳に追加

平成19年度の一級建築士の合格者人数が国立大学中1位である。 - Wikipedia日英京都関連文書対訳コーパス

例文

The New Ruby Unit Test dialog prompts you for information on the unit test file, including the class to run the test against, the test file name, its module, along with its target directory location within the project. 例文帳に追加

「新規 Ruby 単体テスト」ダイアログで、テスト実行対象のクラス、テストファイル名、そのモジュール、プロジェクト内で対象が存在するディレクトリの場所など、単体テストのファイルに関する情報を入力するように求められます。 - 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

Try to maximize code reuse.On occasion, tests will vary by something as small as what typeof input is used.Minimize code duplication by subclassing a basic test class with a class that specifies the input:例文帳に追加

コードの再利用を最大限に行うようにしてください。 時として、テストの多様性はどんな型の入力を受け取るかの違いまで小さくなります。 - Python

As to whether or not you will pass this class, that depends entirely on your performance and test scores.例文帳に追加

君がこの授業に合格するかどうかについては,まったく,あなたの実績と試験の点による - Eゲイト英和辞典

The test factor classification table generating part 12 analyzes design information of a class of software designed by object orientation and generates a test factor that affects the operation of a method of a test object and a model of a test factor classification table that enumerates conditions of the test factor.例文帳に追加

テスト因子分類表生成部12は、オブジェクト指向により設計されたソフトウェアのクラスの設計情報を解析して、テスト対象のメソッドの動作に影響するテスト因子とその条件を列挙したテスト因子分類表の雛型を生成する。 - 特許庁

例文

The Go to Test action option, available from the Editor window's context menu, lets you jump quickly between a class and its corresponding test cases.例文帳に追加

「エディタ」ウィンドウのコンテキストメニューで使用できる「テストへ移動」アクションのオプションを使用すると、クラスとその対応するテストケース間をすばやく移動できます。 - NetBeans

例文

In the examination of the Shinshi (Daigaku student who passed a subject of the official appointment test) class, the highest level in Kakyo, testing the ability of making a poem was especially emphasized. 例文帳に追加

科挙の最高クラスである進士科の試験科目でも詩作の能力が特に重視されている。 - Wikipedia日英京都関連文書対訳コーパス

This glass composition shows behavior to be class 3 or under when performed the detergent resistance test stipulated in ISO-9689 and shows behavior to be class 5 or under when performed the acid resistance test stipulated in ISO-8424.例文帳に追加

ISO−9689に規定する耐洗剤性試験を行った場合、クラスが3以下となる性質を有し、かつ、ISO−8424に規定する耐酸性試験を行った場合、クラスが5以下となる性質を有するガラス組成物。 - 特許庁

To provide a Pachinko game machine of third class which can output a test signal so that the operation of the game machine can correctly be confirmed in a test device, or the like.例文帳に追加

試験装置等において正確に遊技機の動作確認を行えるように試験信号を出力することができる第3種パチンコ遊技機を提供する。 - 特許庁

You then use the code generation and reverse engineering features to develop a simple banking application, which you can test by executing a test class. 例文帳に追加

そのあとで、コード生成機能とリバースエンジニアリング機能を使用して、簡単な銀行業務アプリケーションを開発します。 このアプリケーションは、テストクラスを実行することでテストできます。 - 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

The IDE runs the tests in the ItemTest class, and displays the output in the Ruby Test Results window, as shown in the following figure.例文帳に追加

IDE で ItemTest クラス内のテストが実行され、次の図に示すように、出力結果が「Ruby テスト結果」ウィンドウに表示されます。 - NetBeans

Often you will want to reimplement or refactor a large class which is used in several different applications. Without a test suite the likeliness of you breaking something in one of the applications that depends on your class is very high. 例文帳に追加

また、以前に使ったクラスの再実装をするような場合を考えると、テストスイート無しでは、そのクラスに依存するアプリケーションに不具合を発生させる可能性が高くなります。 - PEAR

Return a suite of all tests cases contained in the given module. This method searches module for classes derived from TestCase and creates an instance of the class for each test method defined for the class.例文帳に追加

指定したモジュールに含まれる全テストケースのスイートを返します。 このメソッドはmodule内のTestCase派生クラスを検索し、見つかったクラスのテストメソッドごとにクラスのインスタンスを作成します。 - Python

To provide a semiconductor device, in which a test can be easily executed without being accompanied with a development of high class hardware and software.例文帳に追加

高級なハードウェアおよびソフトウェアの開発を伴うことなく容易に試験を実施できる半導体装置を提供する。 - 特許庁

(ii) A person who may be exempted from all subjects of the academic test and all the practical skill tests in the license examination for ordinary class boiler welders 例文帳に追加

二 普通ボイラー溶接士免許試験の学科試験の全科目及び実技試験の全部の免除を受けることができる者 - 日本法令外国語訳データベースシステム

Among test data, wherein yi is an undefined value, a class yNNtest(i) of a data NNtest(i) is not an undefined value, and the data NNtest(i) is correctly leaned, a test data iB for providing a minimum d(i, NNtest(i)) is found out (Step 2).例文帳に追加

yiが未定義値でかつデータN Ntest(i)のクラスy_N Ntest(i_)が未定義値でなく、かつN Ntest(i)が正しく学習されているテストデータの中で、最小のd(i, N Ntest(i))を与えるテストデータi_Bを見つける(ステップ3)。 - 特許庁

Each TestCase instance represents a single test, but eachconcrete subclass may be used to define multiple tests -- the concrete class represents a single test fixture.例文帳に追加

TestCaseクラスのインスタンスは個別のテストをあらわすオブジェクトですが、TestCaseの具象サブクラスには複数のテストを定義する事ができます -- 具象サブクラスは、特定のfixture(テスト設備)を示している、と考えてください。 - Python

A step of a top module necessary for generating hardware logic simulation includes a step for converting an original unit test into an expansion unit test, and a step for generating an input pattern file by performing a unit test to the wrapper class by the expansion unit test.例文帳に追加

さらにハードウエアロジックシュミレーション発生に必要とするトップモジュールのステップは、オリジナルユニットテストを拡充ユニットテストに転換するステップ、拡充ユニットテストはラッパークラス(wrapper class)に対してユニットテストを行い入力パターンファイルを発生するステップを含む。 - 特許庁

To carry out a burn-in test under the condition near to an actual using condition, in a semiconductor integrated circuit of a D-class amplifier (digital amplifier).例文帳に追加

D級増幅器(デジタルアンプ)の半導体集積回路において、実際の使用状態に近い状況でバーンイン試験を行なう。 - 特許庁

A plurality of distance references are used by changing a reference for measuring a distance between a test sample and a class a little so that it is possible to introduce the similar but different distance references for measuring a distance between the test sample and a hyperplane and that between the test sample and a hypersphere.例文帳に追加

テストサンプルとクラスとの距離を測る基準を少し変えた複数の距離基準を用いることである.テストサンプルと超平面との距離,テストサンプルと超球面との距離といった似かよった異なる距離基準の導入である. - 特許庁

In this image (click the image to see a larger image) you can see that the IDE ran the JUnit test on Utils.java and that the class passed all the tests.The left pane displays the results of the individual test methods and the right pane displays the test output.例文帳に追加

この画像 (クリックして大きい画像を表示) では、Utils.java で JUnit テストが実行されたこと、およびクラスがすべてのテストに合格したことがわかります。 左区画には個々のテストメソッドの結果が表示され、右区画にはテスト出力が表示されます。 - NetBeans

Also, the conference room reservation engine testing framework is provided with a Koumoku Factory class 16 for selecting an optimal concrete class corresponding to the contents of the test item from among concrete classes constituted by succeeding the classes 17, 18, and 19 defined as abstract classes, based on a test item definition file 20.例文帳に追加

また、会議室予約エンジン試験フレームワークは、抽象クラスとして定義されたクラス17,18,19をそれぞれ継承してなる具象クラスの中から、試験項目定義ファイル20に基づいて、試験項目の内容に対応した最適な具象クラスを選択するKoumokuFactoryクラス16を備えている。 - 特許庁

Moreover, the modular test system includes presenting of the datalog framework supporting extension of user-defined datalog format, presenting of a support class supporting user-initiated datalog event, receiving of the datalog event requiring to communicate input test information from a source to a destination, constituting of output test information based on the destination, the datalog framework, and the support class, and transferring of output test information to the destination.例文帳に追加

ユーザ定義データログフォーマットの拡張をサポートするデータログフレームワークを提供すること、ユーザ開始データログイベントをサポートするサポートクラスを提供すること、ソースから宛先に入力試験情報を通信するように要求するデータログイベントを受け取ること、宛先、データログフレームワーク及びサポートクラスに基づいて出力試験情報を構成すること、及び出力試験情報を宛先に転送することをさらに含む。 - 特許庁

Before you add the query to the class you will use the HQLQuery Editor to test that the connection is working correctly and that the query produces the desired results. 例文帳に追加

クエリーをクラスに追加する前に、HQL クエリーエディタを使用して、接続が正しく動作し、クエリーで目的の結果が生成されることをテストします。 - NetBeans

If so, that module provides a DocTestSuite class that can automatically buildunittest.TestSuite instances from the existing test code.New in version 2.3. 例文帳に追加

その場合、モジュールは既存のテストコードから unittest.TestSuite インスタンスを自動的に構築できる DocTestSuite クラスを提供します。 バージョン 2.3 で 新たに追加 された仕様です。 - Python

From the event equivalence class included in the transition path, a concrete event value generation function extracts the event instances included in the event equivalence class, and from the extracted event instances, the test cases are generated in which the parameter values are specified.例文帳に追加

イベント具体値化機能は、遷移パスに含まれるイベント同値クラスから、イベント同値クラスに含まれるイベントインスタンスを抽出し、抽出したイベントインスタンスからパラメータ値が示される試験ケースを作成する。 - 特許庁

The design model described by only a UML class diagram and an activity diagram is read from a user terminal, the activity diagram is extracted from the design model as a test target, and an execution path is extracted from the test target.例文帳に追加

本発明は、ユーザ端末より、UMLクラス図とアクティビティ図のみで記述した設計モデルを読み込み、設計モデルからアクティビティ図をテスト対象として抽出し、テスト対象から実行経路を抽出する。 - 特許庁

If you look at the source code for the classes, you can see that Utils.java has three methods(computeFactorial, concatWords, and normalizeWord) and that Vectors.javahas two methods (equals and scalarMultiplication).The next step is to create test classes for each class and write some test cases for the methods. 例文帳に追加

クラスのソースコードを見ると、Utils.java に 3 つのメソッド (computeFactorial、concatWords、および normalizeWord) があり、Vectors.java に 2 つのメソッド (equals および scalarMultiplication) があることがわかります。 次の手順では、各クラス用のテストクラスを作成し、メソッド用にいくつかのテストクラスを記述します。 - 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

The air bag base fabric comprising a synthetic fiber woven fabric is a noncoated air bag base fabric which has not lower than 2 class of hole opening of a test piece in a melt-proof property test measured by a method defined in the specification.例文帳に追加

合成繊維織物からなるエアバッグ基布において、本文中に規定する方法で測定された防融性試験による試験片の穴あきが2級以上であることを特徴とするノンコートエアバッグ基布。 - 特許庁

A field pointing general purpose class instance is not necessary to be critical, therefore the test of initialization or existence can be left as non-critical.例文帳に追加

汎用クラスインスタンスを指すフィールドは、クリティカルである必要はなく、そのため初期化または存在の検査はノンクリティカルのままにしておくことができる。 - 特許庁

A man-hour calculation part 13 of the development man-hour estimation device 1 reads out an approximate expression for estimating the number of test items from an approximate expression storage part 14 and uses the approximate expression for estimating the number of test items and the obtained number of concept class granularity use cases to estimate the number of test items.例文帳に追加

さらに、開発工数見積装置1の工数算出部13は、近似式記憶部14から試験項目数見積近似式を読み出し、該試験項目数見積近似式と、求められた概念クラス粒度ユースケース数とを用いて、試験項目数を見積もる。 - 特許庁

In this semiconductor testing apparatus for connecting a wafer mother board with a probe card through a connector and performing a test of an IC, each of the wafer mother board and the probe card has a connector class recognizing means for recognizing the class of the connector.例文帳に追加

ウエハマザーボードとプローブカードをコネクタにより接続してICのテストを行う半導体テスト装置において、前記ウエハマザーボードとプローブカードのそれぞれに前記コネクタの種別を認識するためのコネクタ種別認識手段を設けた。 - 特許庁

An explosive 26 of Class 8 according to the hammer drop sensitivity test (JIS K4810-79) and Class 7 according to the friction sensitivity test (JIS K4810-79) is put around the heating elements 24 in the area between them and gas producing agent 19 in such a way as in tight attachment to the heating elements 24.例文帳に追加

点火器21は、発熱体24・24とガス発生剤19との間における発熱体24・24の周囲に、落槌感度試験(JISK4810−79)の8級で、かつ、摩擦感度試験(JIS K4810−79)の7級とした火薬26を、点火器21の発熱体24・24に密着させて、構成されている。 - 特許庁

The inputting part of the D-class amplifier is provided with a frequency characteristic automatic correction circuit, and the frequency characteristics of the D-class amplifier with a load connected are automatically measured by using a test signal having a prescribed frequency and signal level.例文帳に追加

D級アンプの入力部に周波数特性自動補正回路を設け、所定の周波数及び信号レベルを有する試験信号を用いて、負荷が接続された状態でのD級アンプの周波数特性を自動的に測定する。 - 特許庁

The Film table has 1000 records so the method to retrieve the list of films should be able to retrieve records based on the filmId primary key.You will use the HQL editor to construct and test the HQL query.After you have created the correct query you will add a method to the class that can generate the proper query.例文帳に追加

Sakila データベース内の Film 表には 1000 件のレコードがあるので、作成するメソッドは、filmid 主キーに基づいてレコードを取り出すことができるようにします。 - NetBeans

The Run File option, also available from both the Editor context menu and the Run menu, requires that you be in the test file for the class you are testing. 例文帳に追加

「ファイルを実行」オプションは、同様に「エディタ」のコンテキストメニューと「実行」メニューの両方から使用できますが、テスト対象のクラスのテストファイル内にいる必要があります。 - NetBeans

This is used by the TextTestRunner class to stop the test framework when the user signals an interrupt from the keyboard. Interactive tools which provide runners can use this in a similar manner.例文帳に追加

TextTestRunnerではキーボードからの割り込みでテストを中断するためにこのメソッドを使用しており、独自のランナーを実装する場合にも同じように使用することができます。 - Python

(vi) A person who has passed the class-1 or class-2 trade skill test pertaining to ironwork, panel beating and sheet metal work or piping work, among the type of skill test listed in Appended Table to the Enforcement Order of the Human Resource Development and Promotion Act (Cabinet Order No. 258 of 1969), and has experiences having engaged in the work gas welding, etc., for one year or longer thereafter 例文帳に追加

六 職業能力開発促進法施行令(昭和四十四年政令第二百五十八号)別表第一に掲げる検定職種のうち、鉄工、建築板金、工場板金又は配管に係る一級又は二級の技能検定に合格した者で、その後一年以上ガス溶接等の業務に従事した経験を有するもの - 日本法令外国語訳データベースシステム

To provide a high-tensile strength steel sheet capable of stably obtaining suitable joint strength not only in a tensile shear test but also in a cross tensile test in a resistance spot welding joint while securing tensile strength in a class of ≥780 MPa.例文帳に追加

780MPa級以上の鋼板引張強度を確保しつつ、抵抗スポット溶接継手において引張せん断試験だけでなく、十字引張試験においても好適な継手強度を安定的に達成することができる高張力鋼板を提供する。 - 特許庁

To prevent a dielectric breakdown occurring at a low voltage during a cooling period of a heat cycle in a long-term direct-current loading test of a 300 kV-500 kV-class solid cable.例文帳に追加

300kV〜500kVクラスのソリッドケーブルにおける直流長期課通電試験のヒートサイクルの冷却期間中に発生する低電圧での絶縁破壊を防止するようにする。 - 特許庁

When you created the test class for Utils.java the IDE generated annotated initializer and finalizer methods.You can choose any name for the name of the method because there is no required naming convention.例文帳に追加

Utils.java 用のテストクラスを作成するとき、注釈付きの初期化メソッドと終了メソッドが生成されます。 メソッド名には必須の命名規則がないため、任意の名前を付けることができます。 - NetBeans

Each instance of the TestCase will only be used to run a single test method, so a new fixture is created foreach test.Test suites are implemented by the TestSuite class.例文帳に追加

TestCaseの各インスタンスが実行するテストは一つだけで、fixtureは各テストごとに新しく作成されます。 テストスイートはTestSuiteクラスで実装されており、複数のテストとテストスイートをまとめる事ができます。 - Python

First,you prepare the test database and write a unit test to verify that users cannot create a post unless it has a title and a body.Next you add code to the Post class to require that the users provide values for both the title and the body fields.例文帳に追加

まず、テストデータベースを用意し、単体テストを記述して、タイトルと本文がない投稿をユーザーが作成できないことを確認します。 次に、Post クラスにコードを追加し、ユーザーがタイトルと本文の両フィールドに値を入力していることが求められるようにします。 - NetBeans

例文

Since the ND filter 23 absorbs laser beam and decreases the amount of transmitted light, to attain a safety class of 1, an operator can manually move a test piece 1, while observing an irradiated point P of the laser beam on the test piece 1, for accurate alignment on a predetermined position.例文帳に追加

NDフィルタ23はレーザービームを吸収し透過光量を減少させて安全クラスを1にするので、作業者は試料1上に照射されているレーザービームの照射ポイントPを観察しながら試料1を手作業で移動させて所定の位置へ正確に位置決めすることができる。 - 特許庁




  
Copyright © Japan Patent office. All Rights Reserved.
  
Eゲイト英和辞典
Copyright © Benesse Holdings, Inc. All rights reserved.
  
本サービスで使用している「Wikipedia日英京都関連文書対訳コーパス」はWikipediaの日本語文を独立行政法人情報通信研究機構が英訳したものを、Creative Comons Attribution-Share-Alike License 3.0による利用許諾のもと使用しております。詳細はhttp://creativecommons.org/licenses/by-sa/3.0/ および http://alaginrc.nict.go.jp/WikiCorpus/ をご覧下さい。
  
日本法令外国語訳データベースシステム
※この記事は「日本法令外国語訳データベースシステム」の2010年9月現在の情報を転載しております。
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
© 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.
  
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/ ).
  
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.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2026 GRAS Group, Inc.RSS