to perform the test
テスト を 実行 する
エクササイズ11.1:Android仮想デバイスでテストを実行する 。 エクササイズ3.4:InternetExplorerでテストを実行する 。 Exercise 3.4: Running tests in Internet Explorer. エクササイズ3.3:GoogleChromeでテストを実行する 。 Exercise 3.3: Running tests in Google Chrome. The operator is is used to perform the tests :.A test runner is a program that runs tests .
テストを実行する にはnpmtestコマンドを使います。To run the test , use the command npm test. .Perform test of miscellaneous routines.When you run the tests now, they should be green! エクササイズ8.3:複数のブラウザプロファイルでテストを実行する 。 Exercise 8.3: Execute tests in multiple browser profiles. 初めてテストを実行する とき、テストのセットアップは、適切なディレクトリにファイルをダウンロードし、抽出しようとします。 When running tests the first time, the test setup will try to download the file and extract it to the proper directory. テストを実行する 別の方法は、それを排尿するには2なってのHGH製品を摂取した後の日。Another way to perform the test is to urinate on it 2 days after ingesting the supposed HGH product.テストを実行する と、Duskは.envファイルをバックアップし、皆さんのDusk環境を.envへリネームします。When running tests , Dusk will back-up your. env file and rename your Dusk environment to. env. ユーザはアカウントに複数のHarborを設定でき、それぞれのHarborは、テストを実行する ときに選択する固有のロケーションを定義します。 You can have multiple Private Locations in your account, and each will define a unique"location" to choose when running tests . スペック名に一致するテストを実行する (基本的にはdescribeまたはtest内にある名前との一致を確認する):。 Run tests that match this spec name(match against the name in describe and it, basically).Mocha-コアフレームワーク:describeやitを含む共通のテスト関数と、テストを実行する メインの機能を提供します。 Mocha- the core framework: it provides common testing functions including describe and it and the main function that runs tests . 以下に示すオプションの多くは任意のテストを実行する 際に利用できます。 Many of the options shown below can also be used together to run tests exactly the way you want. A:テストを実行する ためのサンプルを作成することができますが、サンプルコストと料金が発生します。 A: We can make samples for you to run tests on but there will be sample costs and express charges. Now()メソッドをモックすることでテストを実行する ごとに一貫した値を返すようにできます。 Now() method to return a consistent value every time the test is run :. テストを実行する にはDoctrineを含めたtestsディレクトリにアクセスできなければなりません。In order to run the tests it must have access to the tests directory included with Doctrine. テストを実行する ためにアプリケーションをブートストラップするには、ヘルパーファイルが必要です。A helper file is required to bootstrap the application for running the tests . しかしテストを実行する 場合、昨日はこのセキュリティの測定を実装するのを忘れたので、期待した結果は得られません。 But if you run the tests , you won't have the expected result as we forgot to implement this security measure yesterday. これを回避するために、テストを実行する ときに、VueRouterをグローバルにインストールしないでください。 To avoid this, never install Vue Router globally when you're running tests ; use a localVue as detailed above. テストを実行する 際には、マウントしているコンポーネントにこれらVueRouterのコンポーネントを使用できるようにする必要があります。When we run tests , we need to make these Vue Router components available to the component we're mounting. Gdbオプションを指定することで、テストを実行する 際にGDBを用いてデバッグを行うことができます。 By adding--gdb option, you can debug with GDB when you run tests .我々でテストを実行する ためのサンプルを行うことができますが、サンプル費用および特急料金があります。 A: We can make samples for you to run tests on but there will be sample costs and express charges. 各々のフレームワークのテストを実行する 場合は、それぞれのリンクをクリックしてください。 To run the tests for each framework, click on the respective links.テストを実行する エンジニアのために、サービスディスカバリとIC障害注入を容易にするChrome拡張機能が用意されている。The SRE team built a Chrome extension that make the service discovery and IC fault injection easier for engineers performing these tests . 手順1テストを実行する ためにブラウザをチェックアウトしビルドする必要があります。 Step 1 For now you must check out and build the browser in order to run the tests .
Display more examples
Results: 28 ,
Time: 0.0338
テストを実行する と、テストユーティリティはデフォル トの動作として、 models.
テストを実行する と、テストユーティリティは上の docstring を探し出して、Python の対話セッションに見える部分を検出し、そこに 書かれた命令を実行して、docstring に書かれた結果と実際の実行結果が一致する かどうかを確かめます。