Skip to content

Commit

Permalink
test-fileServer-更新按初始文件名下载文件单元测试
Browse files Browse the repository at this point in the history
  • Loading branch information
Ning19230223 committed Oct 31, 2024
1 parent c5ef689 commit 5bb4180
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
package net.ximatai.muyun.test.fileserver;

import io.quarkus.test.common.QuarkusTestResource;
import io.quarkus.test.junit.QuarkusTest;
import io.restassured.response.Response;
import jakarta.inject.Inject;
import net.ximatai.muyun.fileserver.FileServerConfig;
import net.ximatai.muyun.fileserver.IFileService;
import net.ximatai.muyun.test.testcontainers.PostgresTestResource;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;
import org.slf4j.Logger;
Expand All @@ -24,6 +26,7 @@
import static org.junit.jupiter.api.Assertions.assertNotNull;

@QuarkusTest
@QuarkusTestResource(value = PostgresTestResource.class, restrictToAnnotatedClass = true)
public class TestGetByName {

final Logger logger = LoggerFactory.getLogger(getClass());
Expand Down

0 comments on commit 5bb4180

Please sign in to comment.