| 意味 | 例文 |
Test Projectの部分一致の例文一覧と使い方
該当件数 : 95件
In the IDE Projects window, open the Composite Application project to expose its Test folder. 例文帳に追加
IDE の「プロジェクト」ウィンドウで、複合アプリケーションプロジェクトを開き、そのプロジェクトの「テスト」フォルダを表示します。 - NetBeans
Right-click the project node and choose Test RESTful Web Services.The server starts and the application is deployed.When deployment is complete, the browser displays your application, with a link foreach of the web services.If the output window shows an error message that one or more classes fails to exist and the project does not build, add the Jersey libraries to the compile-time libraries. 例文帳に追加
プロジェクトのノードを右クリックし、「RESTful Web サービスをテスト」を選択します。 サーバーが起動し、アプリケーションが配備されます。 - NetBeans
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
Now we need to run the project to test if the application is functioning correctly. 例文帳に追加
ここで、プロジェクトを実行して、アプリケーションが正しく機能しているかどうかをテストする必要があります。 - NetBeans
A project requires a directory for test packages to create tests.The default location for the test packages directory is at the root level of the project,but you can specify a different location for the directory in the project's Properties dialog. 例文帳に追加
プロジェクトには、テストを作成するためのテストパッケージ用ディレクトリが必要です。 テストパッケージディレクトリのデフォルトの場所は、プロジェクトのルートレベルですが、プロジェクトの「プロパティー」ダイアログでディレクトリ用の別の場所を指定することもできます。 - NetBeans
The IDE undeploys and redeploys your project to the server and then opens a browser window with the test client. 例文帳に追加
IDE によってプロジェクトがサーバーから配備解除および再配備され、テストクライアントでブラウザウィンドウに表示されます。 - NetBeans
Thus, before deploying and performing test runs of a Composite Application project, make sure that the Application Server is started.例文帳に追加
したがって、複合アプリケーションプロジェクトを配備およびテスト実行する前に、アプリケーションサーバーを起動してください。 - NetBeans
LeaveGenerate Javadoc and Test Project empty, since the Ant script does not contain targets for these commands.例文帳に追加
Ant スクリプトには、「Javadoc を生成」および「プロジェクトのテスト」コマンド用のターゲットがないため、これらのプロパティは空白のままにします。 - NetBeans
A progress estimation process calculates estimated man-hours necessary to execute future tests in the current test project from the past test execution information and past actual man-hours.例文帳に追加
進捗予測処理では、過去のテスト実行情報および過去の実績工数に基づいて、現テストプロジェクトにおける今後のテストの実行に要する予測工数が算出される。 - 特許庁
Right-click the AsynchronousSampleApplication project node, and choose Test from the pop-up menu.The following message appears in the Output window: 例文帳に追加
「AsynchronousSampleApplication」プロジェクトノードを右クリックし、ポップアップメニューから「テスト」を選択します。 「出力」ウィンドウに次のメッセージが表示されます。 - NetBeans
In order to deploy and perform test runs of your business process, add the BPEL Module as a JBI module to the Composite Application project.例文帳に追加
ビジネスプロセスを配備し、テスト実行を行うには、BPEL モジュールを JBI モジュールとして複合アプリケーションプロジェクトに追加します。 - NetBeans
In the Select the WSDL Document step, open the BPEL Module project, select the .wsdl file containing the operation you want to test, and then click Next. 例文帳に追加
「WSDL ドキュメントの選択」ステップで、BPEL モジュールプロジェクトを開き、テストする操作を含む .wsdl ファイルを選択して、「次へ」をクリックします。 - NetBeans
Note: Leave Generate Javadoc and Test Project empty, since the Ant script does not contain targets for these commands.例文帳に追加
注: Ant スクリプトには、「Javadoc を生成」および「プロジェクトのテスト」コマンド用のターゲットがないため、これらのプロパティーは空白のままにします。 - 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
If being multi-projection, the control part (101) makes a liquid crystal part (104) project a test pattern according to the configuration of multi-projection.例文帳に追加
マルチ投影の場合、制御部(101)は、マルチ投影の構成に応じたテストパターンを液晶部(104)により投影させる。 - 特許庁
In the next step, select the operation you want to test, and then click Finish.In the project tree, under Test, a new folder is created in the form of an upper case T, containing two files: Input.xml and Output.xml. 例文帳に追加
次のステップで、テストする操作を選択し、「完了」をクリックします。 プロジェクトツリーの「テスト」の下に、Input.xml および Output.xml の 2 つのファイルを含む、大文字の「T」という新しいフォルダが作成されます。 - 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
In this image (click the image to see a larger image) you can see that the project failed one of the tests.The testTimeout method took too long to complete and the test thread was interrupted, causing that test to fail.例文帳に追加
この画像 (クリックして大きい画像を表示) では、プロジェクトがテストの 1 つに失敗したことがわかります。 testTimeout メソッドの完了に時間がかかりすぎ、テストスレッドが中断されたため、テストが失敗しました。 - NetBeans
You can enhance the Composite Application project by adding test cases, binding to the operation, supplying input, and then using the tester. 例文帳に追加
テストケースを追加して操作に結合し、入力を行なったあと、テスターを使用することにより、複合アプリケーションプロジェクトの機能を強化できます。 - NetBeans
You can enhance the Composite Application project by adding test cases, binding them to the operations, supplying input, and then using the Tester. 例文帳に追加
テストケースを追加して操作に結合し、入力を行なったあと、テスターを使用することにより、複合アプリケーションプロジェクトの機能を強化できます。 - NetBeans
Select operation1 and click Finish.Notice in the project tree, under Test, new folder MyTestCase is created, containing two files: Input and Output. 例文帳に追加
「 operation1 」を選択し、「完了」をクリックします。 プロジェクトツリーの「テスト」の下に、「入力」および「出力」の 2 つのファイルが入った新しいフォルダ MyTestCase が作成されます。 - NetBeans
MHLW Project Team conducted bacteriological tests for identification of coliforms utilizing field test kit to confirm situations on safety of drinking water supplied in the city.例文帳に追加
厚労省プロジェクトチームは、モーラミャイン市の飲料水の安全の状況を確認するため、簡易キットによる大腸菌検査を行った。 - 厚生労働省
In the present GHS classification project, if only in vitro mutagenicity test data is available, the substance shall be determined as “Classification not possible” in principle (refer to 2. Item 5)).例文帳に追加
なお、今回のGHS分類事業においては、in vitro 変異原性試験データしかない場合には、原則「分類できない」とする(2.5)項参照)とした。 - 経済産業省
In this image (click the image to see a larger image) you can see that the project passed all the tests.The left pane displays the results of the individual test methods and the right pane displays the test output.例文帳に追加
この画像 (クリックして大きい画像を表示) では、プロジェクトがすべてのテストに合格したことがわかります。 左区画には個々のテストメソッドの結果が表示され、右区画にはテスト出力が表示されます。 - NetBeans
The test was part of a project to develop a second-generation supersonic passenger aircraft that can carry more people with less fuel and pollution than the Concorde. 例文帳に追加
この試験は,コンコルドと比べ,より少ない燃料と少ない汚染でより多くの乗客を運べる次世代超音速旅客機の開発のためのプロジェクトの一環だった。 - 浜島書店 Catch a Wave
*Concretely describe the R&D project (basic research, applied research, production of prototype, mass production technology, process of evaluation test, etc.)to be undertaken after the site has been established. 例文帳に追加
※拠点整備後に実施する研究開発内容(基礎研究、応用研究、試作品製造、量産化技術、評価試験等の工程)について具体的に記載すること。 - 経済産業省
* As there is no animal test currently recognized internationally, it is only used for reference in this project, and is not used as a basis for deciding the GHS classification.例文帳に追加
※動物試験については、現行国際的に認められたものはないので、今回の事業においては参考にとどめ、GHS分類の判定根拠に用いない - 経済産業省
Terminals 19 of holding sockets 16 which mounts a device under test are inserted into the through-holes 17 to project to the one surface 20 and soldered and connected to the lands 17.例文帳に追加
スルーホール17に、被検査デバイスを実装する保持用ソケット16の端子19を前記一面20側に突出するように挿通するとともに、ランド17に対してハンダ付け接続する。 - 特許庁
A controller 20 issues an instruction to a light source controller 28 to set minimum light source luminance, and issues an instruction to an image processing part 24 to project a test image including a character string.例文帳に追加
制御部20は、光源制御部28に指示をして光源輝度を最小輝度に設定させるとともに、画像処理部24に指示をして文字列を含んだテスト画像を投写させる。 - 特許庁
The Build action has been replaced by the Compile on Save feature:Now the IDE builds your project automatically and therun/debug/test actions are immediately available after saving a file. 例文帳に追加
「構築」アクションが「保存時にコンパイル」機能に置き換えられました。 IDE がプロジェクトを自動的に構築し、ファイルが保存されたあと、実行、デバッグ、テストなどのアクションをすぐに使用できるようになりました。 - NetBeans
Most likely you'll use the Run File or Test File options from the Editor window context menu (you can also invoke the Run-Run File option on the file in the Project window). 例文帳に追加
多くの場合、「エディタ」ウィンドウのコンテキストメニューから「ファイルを実行」または「ファイルをテスト」オプションを使用します。 「プロジェクト」ウィンドウのファイルで、「実行」「ファイルを実行」を呼び出すこともできます。 - NetBeans
The Japanese government commissioned to the Japan Fine Ceramic Association a project to establish international standards for methods and criteria for assessment of photocatalysts, and submitted proposals on the methods, including a test method for evaluation of self-cleaning performance and test methods for evaluation of water purification performance.例文帳に追加
そこで、政府は、日本ファインセラミックス協会に事業を委託し、光触媒の評価方法や評価基準に関する国際標準の策定を図り、セルフクリーニング性能評価試験方法、空気浄化性能評価試験方法等を順次提案した。 - 経済産業省
Valve needles J1-J5 project from five contactor-fitting parts being arranged side by side of a contact attachment 50 mounted to the lower end part of a contact arm for constituting a contact transfer in an IC test handler.例文帳に追加
ICテストハンドラにおいて、コンタクトトランスファを構成するコンタクトアーム5cの下端部に取り付けたコンタクトアタッチメント50の横並び5箇所のコンクタター装着部には弁針J_1 〜J_5 が発条付勢で突出している。 - 特許庁
To use a load generator script, you create a script for a specific project and modify the script according to the type of project load that would be placed on a server running the application.When you run the script, the script places a load on the server that emulates the behavior of the application under typical running conditions.You can then test the performance of the application and the test results you achievewould more closely approximate the performance of the application under typical conditions.例文帳に追加
負荷テストスクリプトを使うには、プロジェクトでスクリプトを作成し、アプリケーションの実行するサーバーにかかる負荷の形式に合わせてスクリプトを変更することで、スクリプトを実行すると、典型的な実行条件の下でのアプリケーションの振る舞いを模擬的に実現するためにサーバーに負荷をかけます。 そこで、アプリケーションのパフォーマンスをテストすることで、得られるテスト結果は、典型的な実行条件の下でのアプリケーションのパフォーマンスに概ね近いものとなります。 - NetBeans
A test piece 1 includes: a rectangular part 2 to be measured; thick-shaped tabs 3, 4, 5 which are formed at marginal parts of the respective sides of the part to be measured, and project to at least one of the plate thickness directions from the marginal part of the part to be measured.例文帳に追加
試験片1は、方形状の被測定部2と、被測定部の各辺の縁部に形成され、被測定部の縁部から板厚方向の少なくとも一方に突出する厚肉形状のタブ33,4,5とを備えている。 - 特許庁
Even if leak test of an oil hole 52 is performed by supplying compressed air into the masking rubber 58, the masking rubber 58 is prevented from expanding to project from the openings W1, W2 by means of the masking rubber retaining parts 15, 19.例文帳に追加
このマスキングゴム58内に圧縮空気を供給して油孔52の洩れ試験を行っても、マスキングゴム押え部15,19によって、開口部W1,W2からマスキングゴム58が膨張して突出するのが防止される。 - 特許庁
Each standard project can only contain one source folder containing a Java source package root (and, for J2SE projects, one JUnit test packagefolder).Free-form projects can contain multiple source folders, as long as the Ant script knows about the source folders and handles their classpathaccordingly.例文帳に追加
1 つの標準プロジェクトは、Java ソースパッケージルートを含むソースフォルダを 1 つだけ含むことができます (J2SE プロジェクトの場合は、ソースフォルダ 1 つに加えて JUnit テストパッケージフォルダ 1 つ)。 自由形式のプロジェクトの場合は、Ant スクリプトにソースフォルダに関する情報があり、それに従ってクラスパスが処理されるかぎり、複数のソースフォルダを含むことができます。 - NetBeans
This project is intended to contribute to improvement of the working terms and conditions for qualified skilled workers (who have passed the national technical skills test) by communicating the importance of their superior skills widely among companies and the general public through the publication of excellent examples of human resource development and treatment of workers and the use of qualified skilled workers for the development and manufacturing of products例文帳に追加
本事業は、企業内の人材育成・処遇等や製品製造・開発における技能士活用の好事例を公表することにより、技能士の優れた技能の重要性について企業や国民に広く啓発し、技能士の処遇改善に資することを目的とした事業である。 - 経済産業省
Any inventor residing in the country who is engaged in research on an invention project and who needs to test or build any mechanism that compels him to make his idea public may apply for a protection certificate, which the competent office shall grant him for a period of one year on payment of the prescribed fee.例文帳に追加
発明計画に基づく研究に従事しておりその中で自己のアイデアを公にせざるを得ない何らかの機構を実験し若しくは作り上げようとするペルー在住の者は保護証の出願を行うことができる。これに対して,所轄当局は所定手数料の納付に基づき1年間の保護証を発するものとする。 - 特許庁
This project is intended to provide better library services to workers, students and anyone else who has difficulty visiting the library during regular library hours. At the same time, it allows Family Mart to test its new, experimental vision of a convenience store that fulfills a wide range of functions and makes contributions to the community. 例文帳に追加
この事業は、図書館の開館時間内に利用が困難な勤労者や学生の方への図書館サービスの向上を目指す所沢図書館の意向と、地域社会に貢献するための新しいコンビニエンスストアの機能としての親和性と店舗オペレーション等を検証したいというファミリーマートの意向が合致することにより実施された。 - 経済産業省
Note: The above formula is expedient in this project in which all the acute toxicity values are regarded to have no reason for exclusion and to have equivalent reliability, and are processed semi-statically, and the study of the degree of reliability of the acute toxicity value itself (reliability of the test and evaluation method) is not performed, and is not the standard method of evaluating the acute toxicity.例文帳に追加
(注)上記の計算式は、すべての急性毒性値が排他すべき理由が無く同等の信頼性があるとみなし、準統計的に処理しているものであり、急性毒性値そのものの信頼性の度合い(試験、評価方法の信頼性)についての検討を実施しない今回の事業における便法であって、急性毒性を評価するにあたっての標準の手法ではない。 - 経済産業省
| 意味 | 例文 |
| Copyright © Japan Patent office. All Rights Reserved. |
| Copyright © 1995-2026 Hamajima Shoten, Publishers. All rights reserved. |
| Copyright Ministry of Economy, Trade and Industry. All Rights Reserved. |
| Copyright © Japan Patent office. All Rights Reserved. |
| Copyright © Ministry of Health, Labour and Welfare, All Right reserved. |
| この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、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. |
|
ログイン |
Weblio会員(無料)になると
|
|
ログイン |
Weblio会員(無料)になると
|
