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

10 lines
201 B
Java
Raw Normal View History

2021-11-27 00:54:51 +01:00
package io.volvox.chats;
import io.quarkus.test.junit.NativeImageTest;
@NativeImageTest
public class ChatsEndpointTestIT extends ChatsEndpointTest {
// Execute the same tests but in native mode.
}