「Finalizer」を含む例文一覧(12)

  • Test Finalizer.
    テスト終了。 - NetBeans
  • Test Class Finalizer.
    テストクラス終了。 - NetBeans
  • Deselect Test Initializer and Test Finalizer.
    「テスト初期化」および「テスト終了」を選択解除します。 - NetBeans
  • You could then close the connection with the test class finalizer.
    続いて、テストクラス終了を使用して接続を閉じます。 - NetBeans
  • The IDE also generated the following test class initializer and finalizer methods:
    また、次のテストクラスの初期化メソッドと終了メソッドが生成されました。 - NetBeans
  • Select Test Initializer and Test Finalizer in the dialog box, if unselected.
    ダイアログで「テスト初期化」および「テスト終了」が選択されていない場合は選択します。 - NetBeans
  • Make the following changes (displayed in bold) to add a println to the initializer and finalizer methods.
    次の変更 (ボールドで表示) を行なって、初期化メソッドと終了メソッドに println を追加します。 - NetBeans
  • The tearDown method is a test finalizer method and is run after each test case in the test class.A test finalizer method is not required for running tests, but you may need a finalizer to clean up any data that was required when running the test cases.
    tearDown メソッドはテスト終了メソッドであり、テストクラスの各テストケースのあとに実行されます。 テストの実行にテスト終了メソッドは必須ではありませんが、テストケースの実行時に求められたデータをクリーンアップするために終了メソッドが必要になる場合があります。 - NetBeans
  • In JUnit 4 you can use annotations to mark the following types of initializer and finalizer methods.
    JUnit 4 では、次の種類の初期化メソッドと終了メソッドをマークするために注釈を使用できます。 - NetBeans
  • You do not need the initializer and finalizer methods to test Utils.java,but they are included in this tutorial to demonstrate how they work.
    Utils.java のテストに初期化メソッドと終了メソッドは必要ありませんが、このチュートリアルではそれらの機能を示すために含めます。 - NetBeans
  • 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
  • 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

例文データの著作権について