This documentation is for a release that is no longer maintained
See documentation for the latest supported version 3 or the latest supported version 4.11.7.6. Quarkus 関数のテスト
					Quarkus 関数は、コンピューターに対してローカルでテストできます。kn func create を使用して関数を作成するときに作成されるデフォルトプロジェクトには、基本的な Maven テストを含む src/test/ ディレクトリーがあります。これらのテストは、必要に応じて拡張できます。
				
前提条件
- Quarkus 関数を作成している。
 - 
							Knative (
kn) CLI をインストールしている。 
手順
- 関数のプロジェクトフォルダーに移動します。
 Maven テストを実行します。
./mvnw test
$ ./mvnw testCopy to Clipboard Copied! Toggle word wrap Toggle overflow