volvox/service-chats/src/test/java/io/volvox/chats/ChatsEndpointTestIT.java

10 lines
201 B
Java

package io.volvox.chats;
import io.quarkus.test.junit.NativeImageTest;
@NativeImageTest
public class ChatsEndpointTestIT extends ChatsEndpointTest {
// Execute the same tests but in native mode.
}