Skip to content

Commit

Permalink
[Improvement] Unify java doc of tests in server module via {@link} an…
Browse files Browse the repository at this point in the history
…notation (apache#149)
  • Loading branch information
s7monk authored Jan 21, 2024
1 parent 50605db commit 671f262
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNotNull;

/** Test for CatalogController. */
/** Test for {@link CatalogController}. */
@SpringBootTest
@AutoConfigureMockMvc
public class CatalogControllerTest extends ControllerTestBase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

import static org.junit.jupiter.api.Assertions.assertEquals;

/** Test for CdcJobDefinitionController . */
/** Test for {@link CdcJobDefinitionController} . */
@SpringBootTest
@AutoConfigureMockMvc
@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNotNull;

/** Test for DatabaseController. */
/** Test for {@link DatabaseController}. */
@SpringBootTest
@AutoConfigureMockMvc
public class DatabaseControllerTest extends ControllerTestBase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
import static org.junit.jupiter.api.Assertions.assertNotNull;
import static org.junit.jupiter.api.Assertions.assertTrue;

/** Test for SysMenuController. */
/** Test for {@link SysMenuController}. */
@SpringBootTest
@AutoConfigureMockMvc
public class SysMenuControllerTest extends ControllerTestBase {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
import static org.junit.jupiter.api.Assertions.assertNotNull;
import static org.junit.jupiter.api.Assertions.assertTrue;

/** Test for SysRoleController. */
/** Test for {@link SysRoleController}. */
@SpringBootTest
@AutoConfigureMockMvc
@TestMethodOrder(MethodOrderer.OrderAnnotation.class)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@

import static org.junit.jupiter.api.Assertions.assertEquals;

/** Test for TableController. */
/** Test for {@link TableController}. */
public class TableControllerTest extends ControllerTestBase {

private static final String catalogPath = "/api/catalog";
Expand Down

0 comments on commit 671f262

Please sign in to comment.