You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-boot-project/spring-boot-docs/src/docs/asciidoc/native-image/testing-native-applications.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ Or you might consider using a project like Selenium to check your application's
46
46
[[native-image.testing.with-native-build-tools]]
47
47
=== Testing With Native Build Tools
48
48
GraalVM Native Build Tools includes the ability to run tests inside a native image.
49
-
This can be helpful when you want to deeply test that the internals of you application work in a GraalVM native image.
49
+
This can be helpful when you want to deeply test that the internals of your application work in a GraalVM native image.
50
50
51
51
Generating the native image that contains the tests to run can be a time-consuming operation, so most developers will probably prefer to use the JVM locally.
52
52
They can, however, be very useful as part of a CI pipeline.
0 commit comments