Skip to content

Commit

Permalink
Rename test classes and tests in cache* modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jsmrcka committed Jun 9, 2022
1 parent 387a090 commit c1b87bd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import io.quarkus.test.scenarios.QuarkusScenario;

@QuarkusScenario
public class ServiceWithCacheResourceIT {
public class CaffeineCacheIT {

private static final String SERVICE_APPLICATION_SCOPE_PATH = "/services/" + APPLICATION_SCOPE_SERVICE_PATH;
private static final String SERVICE_REQUEST_SCOPE_PATH = "/services/" + REQUEST_SCOPE_SERVICE_PATH;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
import io.quarkus.test.scenarios.OpenShiftScenario;

@OpenShiftScenario
public class OpenShiftServiceWithCacheResourceIT extends ServiceWithCacheResourceIT {
public class OpenShiftCaffeineCacheIT extends CaffeineCacheIT {
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
import io.quarkus.test.scenarios.OpenShiftScenario;

@OpenShiftScenario
public class OpenShiftServiceWithCacheResourceIT extends ServiceWithCacheResourceIT {
public class OpenShiftSpringCacheIT extends SpringCacheIT {
}
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import io.quarkus.test.scenarios.QuarkusScenario;

@QuarkusScenario
public class ServiceWithCacheResourceIT {
public class SpringCacheIT {

private static final String SERVICE_APPLICATION_SCOPE_PATH = "/services/" + APPLICATION_SCOPE_SERVICE_PATH;
private static final String SERVICE_REQUEST_SCOPE_PATH = "/services/" + REQUEST_SCOPE_SERVICE_PATH;
Expand Down

0 comments on commit c1b87bd

Please sign in to comment.