The Test File (Ctrl+F6) option, available from the Editorcontext menu and the Run menu, is the better way to run a test file.
「エディタ」のコンテキストメニューと「実行」メニューで使用できる「ファイルをテスト」 (Ctrl+F6) オプションは、テストファイルを実行する場合に適しています。 - NetBeans
The editor prompts the user regarding the formal parameters of a function or a method in the context where the function or method is called.
エディタでは、関数またはメソッドが呼び出されているコンテキストで、関数またはメソッドの仮パラメータに関するプロンプトが表示されます。 - NetBeans
The editor provides context-sensitive proposals for completing any number of starting symbols of:
エディタには、次のいずれかの先頭の数文字を入力すると、状況に応じてその文字を補完する候補が表示されるという機能があります。 - NetBeans
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
The Run File option, also available from both the Editorcontext menu and the Run menu, requires that you be in the test file for the class you are testing.
「ファイルを実行」オプションは、同様に「エディタ」のコンテキストメニューと「実行」メニューの両方から使用できますが、テスト対象のクラスのテストファイル内にいる必要があります。 - 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
Use Test File or Run File from the Editorcontext menu to run the specification file under rspec control, which means that the test follows the specification file options found in the spec.opts file in the spec directory.
「エディタ」のコンテキストメニューから「ファイルをテスト」または「ファイルを実行」を使用して、rspec コントロールの下にある仕様ファイルを実行します。 これは、spec ディレクトリ内の spec.opts ファイルにある仕様ファイルオプションに、テストが従うことを意味します。 - NetBeans