Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/src/modules/java-protobuf/pages/project-template.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ For more details see xref:java-protobuf:value-entity.adoc[].

=== Unit [.source-java]#and integration# tests

The Kalix plugin creates a unit test stub for the Entity. Use this stub as a starting point to test the logic in your implementation. [.group-java]#The Kalix Java/Protobuf SDK test kit supports both link:https://junit.org/junit4/[JUnit 4] and link:https://junit.org/junit5/[JUnit 5].#
The Kalix plugin creates a unit test stub for the Entity. Use this stub as a starting point to test the logic in your implementation. [.group-java]#The Kalix Java/Protobuf SDK test kit supports both link:https://junit.org/junit4/[JUnit 4] and link:https://junit.org/[JUnit 5].#

[.tabset]
Java::
Expand Down
Loading