9 lines
203 B
Java
9 lines
203 B
Java
package com.backend.unifier.title.service;
|
|
|
|
import io.quarkus.test.junit.QuarkusIntegrationTest;
|
|
|
|
@QuarkusIntegrationTest
|
|
class GreetingResourceIT {
|
|
// Execute the same tests but in packaged mode.
|
|
}
|