Skip to content

Commit

Permalink
Add ConvertServiceTest and CovertIntegrationTest
Browse files Browse the repository at this point in the history
  • Loading branch information
kohei-s committed Oct 16, 2023
1 parent 605c878 commit 52529dd
Showing 1 changed file with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
package de.neuefische.koheis.backend.converter;

import de.neuefische.koheis.backend.translation.Translation;
import okhttp3.mockwebserver.MockResponse;
import org.junit.jupiter.api.AfterAll;
import org.junit.jupiter.api.BeforeAll;
import org.junit.jupiter.api.Test;
import org.mockito.Mockito;
import org.springframework.beans.factory.annotation.Autowired;
Expand All @@ -12,18 +9,10 @@
import org.springframework.boot.test.mock.mockito.MockBean;
import org.springframework.http.MediaType;
import org.springframework.security.test.context.support.WithMockUser;
import org.springframework.test.context.DynamicPropertyRegistry;
import org.springframework.test.context.DynamicPropertySource;
import org.springframework.test.web.servlet.MockMvc;
import org.springframework.test.web.servlet.request.MockMvcRequestBuilders;
import org.springframework.test.web.servlet.result.MockMvcResultMatchers;
import okhttp3.mockwebserver.MockWebServer;

import java.io.IOException;

import static org.mockito.Mockito.when;
import static org.springframework.security.test.web.servlet.request.SecurityMockMvcRequestPostProcessors.csrf;
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.jsonPath;

@SpringBootTest
@AutoConfigureMockMvc
Expand Down

0 comments on commit 52529dd

Please sign in to comment.