1016万例文収録!

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


小窓モード

プレミアム

ログイン
設定

設定


セーフサーチ:オン

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

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

セーフサーチについて

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

該当件数 : 2289



例文

only apply the tests and actions to the command line arguments. 例文帳に追加

き数のみを評価し、アクションの対象にすることを意味する。 - JM

It tests whether wc is a wide character belonging to the wide-character class "alnum". 例文帳に追加

この関数は、あるワイド文字が文字クラス "alnum" に属するかどうかを調べる。 - JM

It tests whether wc is a wide character belonging to the wide-character class "blank". 例文帳に追加

この関数は、wc がワイド文字クラス "blank" に属するワイド文字かどうかを調べる。 - JM

It tests whether wc is a wide character belonging to the wide-character class "cntrl". 例文帳に追加

この関数は、wc がワイド文字クラス "cntrl" に属するワイド文字かどうかを調べる。 - JM

例文

It tests whether wc is a wide character belonging to the wide-character class "digit". 例文帳に追加

この関数は、wc がワイド文字クラス "digit" に属するワイド文字かどうかを調べる。 - JM


例文

It tests whether wc is a wide character belonging to the wide-character class "graph". 例文帳に追加

この関数は、wc がワイド文字クラス "graph" に属するワイド文字かどうかを調べる。 - JM

It tests whether wc is a wide character belonging to the wide-character class "lower". 例文帳に追加

この関数は、wc が文字クラス "lower" に属するワイド文字かどうかを調べる。 - JM

It tests whether wc is a wide character belonging to the wide-character class "print". 例文帳に追加

この関数は、wc がワイド文字クラス "print" に属するワイド文字かどうかを調べる。 - JM

It tests whether wc is a wide character belonging to the wide-character class "punct". 例文帳に追加

この関数は、wc がワイド文字クラス "punct" に属するワイド文字かどうかを調べる。 - JM

例文

It tests whether wc is a wide character belonging to the wide-character class "space". 例文帳に追加

この関数は、wc がワイド文字クラス "space" に属するワイド文字かどうかを調べる。 - JM

例文

It tests whether wc is a wide character belonging to the wide-character class "upper". 例文帳に追加

この関数は、wc がワイド文字クラス "upper" に属するワイド文字かどうかを調べる。 - JM

It tests whether wc is a wide character belonging to the wide-character class "xdigit". 例文帳に追加

この関数は、wc がワイド文字クラス "xdigit" に属するワイド文字かどうかを調べる。 - JM

This function exists mainly for use in certain standardized tests for IEEE 754 conformance. 例文帳に追加

scalb(x, (double) \\-ilogb(x))この関数は主に IEEE 754 への準拠を調べる標準テストで使われる。 - JM

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

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

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

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

Modify the name of the test class to UtilsJUnit3Test in the Create Tests dialog box.Click OK. 例文帳に追加

「テストを作成」ダイアログで、テストクラスの名前を UtilsJUnit3Test に変更します。 - NetBeans

Modify the name of the test class to UtilsJUnit4Test in the Create Tests dialog box.Click OK. 例文帳に追加

「テストを作成」ダイアログで、テストクラスの名前を UtilsJUnit4Test に変更します。 - NetBeans

Examples of .phpt regression tests can be found as part of the PEAR package in CVS. 例文帳に追加

.phpt 形式の回帰テストの例としては、CVS のPEARパッケージがあります。 - PEAR

Added unit tests with PHPUnit 1.x for API and bugs.例文帳に追加

PHPUnit 1.x によるユニットテストを追加し、API やバグのテストを行うようにしました。 - PEAR

PHPUnit::TestCase-- A TestCase defines the fixture to run multiple tests. 例文帳に追加

PHPUnit::TestCase--TestCase: 複数のテストを実行するための試験装置の抽象化 - PEAR

Convert doctest tests from one or more text files to a 例文帳に追加

単一または複数のテキストファイルに入っている doctest 形式のテストを、 - Python

This is called before running the tests in each file.例文帳に追加

この関数は、各ファイルのテストを実行する前に呼び出されます。 - Python

This is called after running the tests in each file.例文帳に追加

この関数は、各ファイルのテストの実行を終了するたびに呼び出されます。 - Python

Test code should be modified much less frequently than the code it tests.例文帳に追加

テストコードは、テスト対象コードほど頻繁に更新されない。 - Python

Tests for modules written in C must be in separate modulesanyway, so why not be consistent? 例文帳に追加

Cで書いたモジュールのテストは、どっちにしろ独立したモジュールとなる。 - Python

Return a suite of all tests cases contained in the TestCase-derived class testCaseClass.例文帳に追加

TestCaseの派生クラスtestCaseClassに含まれる全テストケースのスイートを返します。 - Python

Instances of the TestCase class represent the smallesttestable units in a set of tests. 例文帳に追加

TestCaseクラスのインスタンスは、テストの最小実行単位を示します。 - Python

This class represents an aggregation of individual tests cases and test suites.例文帳に追加

このクラスは、個々のテストケースやテストスイートの集約を示します。 - Python

A command-line program that runs a set of tests; this is primarily for making test modules conveniently executable.例文帳に追加

テストを実行するためのコマンドラインプログラム。 - Python

A book by Kent Beck on writing tests before code. 例文帳に追加

コードより前にテストを書く方法論に関する Kent Beck の著書 - Python

data file It is possible to run the GXcopy and GXxor tests separately, as long as they are concatenated to the same output file:例文帳に追加

GXcopy テストと GXxor テストを別々に実行することも許される。 - XFree86

Several tests were added in order to write and tune the PMAX (DECStation 3100) servers.例文帳に追加

PMAX (DECStation 3100) を作成・調整するため、いくつかのテストが追加された。 - XFree86

Runs rectangle tests so that they pack rectangles rightnext to each other. 例文帳に追加

\\-pack長方形のテストにおいて、互いに隣接する長方形をパックする。 - XFree86

Perform only x11perf Version 1.3 tests using Version1.3 semantics. -su 例文帳に追加

\\-v1.3x11perf バージョン 1.3 のセマンティクスを用いて、バージョン 1.3 のテストを行う。 - XFree86

Normally, x11perfcomp uses the first file specified to determine which specific tests it should reporton.例文帳に追加

通常x11perfcompは、最初のファイルを用いてどのテストをレポートするか決める。 - XFree86

Some (non-DEC :) servers may fail to perform all tests. 例文帳に追加

サーバによっては(DEC 以外 :-))全てのテストを実行できないことがある。 - XFree86

Use -all or -range to specify the initial range of tests. 例文帳に追加

テスト範囲の初期値を指定するには -all または -range オプションを用いること。 - XFree86

Arithmetic element tests, photomap and constant operands, ROIs, unconstrained. -band1例文帳に追加

フォトマップと定数をオペランドとして用い、ROI と組み合わせ、制約は与えない。 - XFree86

MatchHistogram element tests, using various images and histogram matchingtechniques. 例文帳に追加

\\-matchhistogram1 〜 \\-matchhistogram18 様々なイメージとヒストグラムマッチング技術を用いた、MatchHistogram 要素のテスト。 - XFree86

Logical element tests, dyadic photomaps as operands, various operators.例文帳に追加

dyadic フォトマップをオペランドとして使う。 様々な演算子を使用。 - XFree86

Many tests only scratch the surface of possible test cases.例文帳に追加

多くのテストは、行い得るテストを表面的になぞっただけである。 - XFree86

Some tests are hopelesslyslow when run against machines with slow FPUs. 例文帳に追加

一部のテストは、FPU が遅いマシンで実行すると絶望的に遅い。 - XFree86

Tests to determine its aptitude for sake brewing were repeated, and in 1994 it was improved as Tosa nishiki. 例文帳に追加

酒造適性試験を重ね1994年土佐錦として改良。 - Wikipedia日英京都関連文書対訳コーパス

Three women including Ginko took the first half of the GP tests and only Ginko passed the exams. 例文帳に追加

-前期試験を他の女性3人と受験、吟子1人のみ合格。 - Wikipedia日英京都関連文書対訳コーパス

Field Tests of Economic Value-Based Solvency Regime 例文帳に追加

経済価値ベースのソルベンシー規制の導入に係るフィールドテスト - 金融庁

The specifics of the implementation of the field tests are as follows: 例文帳に追加

今回のフィールドテストの実施の具体的な内容は、以下の通りである - 金融庁

b.To perform sufficient tests based on the estimation mentioned above. 例文帳に追加

b.上記見込みに基づいて、十分なテストを実施すること。 - 金融庁

13) Stress Tests (in the case where a statistical technique is used to measure the risk quantity) 例文帳に追加

ストレス・テスト(統計的手法でリスク量を計測している場合) - 金融庁

Over 10,000 people between the ages of 10 and 82 from all over the country took the tests. 例文帳に追加

全国の10歳から82歳までの1万人以上の人々が受験した。 - 浜島書店 Catch a Wave

例文

The Japan Aerospace Exploration Agency (JAXA) is going to carry out the tests. 例文帳に追加

宇宙航空研究開発機構(JAXA)がこの試験を行うことになっている。 - 浜島書店 Catch a Wave

索引トップ用語の索引



  
浜島書店 Catch a Wave
Copyright © 1995-2024 Hamajima Shoten, Publishers. 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/ をご覧下さい。
  
Copyright(C) 2024 金融庁 All Rights Reserved.
  
この対訳コーパスは独立行政法人情報通信研究機構の研究成果であり、Creative Commons Attribution-Share Alike 3.0 Unportedでライセンスされています。
  
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 (C) 1994-2004 The XFree86®Project, Inc. All rights reserved. licence
Copyright (C) 1995-1998 The X Japanese Documentation Project. lisence
  
© 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-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 (c) 2001 Robert Kiesling. Copyright (c) 2002, 2003 David Merrill.
The contents of this document are licensed under the GNU Free Documentation License.
Copyright (C) 1999 JM Project All rights reserved.
こんにちは ゲスト さん

ログイン

Weblio会員(無料)になると

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

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

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

ログイン

Weblio会員(無料)になると

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

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

無料会員に登録する

©2024 GRAS Group, Inc.RSS