mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-24 12:25:55 +00:00
refactor: sanitize javadoc
This commit is contained in:
@@ -48,7 +48,6 @@ import org.springframework.boot.actuate.health.Status;
|
||||
/**
|
||||
* Tests for {@link AsynchronousHealthChecker}.
|
||||
*
|
||||
* @author ydoksanbir
|
||||
*/
|
||||
@Slf4j
|
||||
class AsynchronousHealthCheckerTest {
|
||||
|
||||
@@ -37,7 +37,6 @@ import org.springframework.boot.actuate.health.Status;
|
||||
/**
|
||||
* Test class for the {@link CpuHealthIndicator} class.
|
||||
*
|
||||
* @author ydoksanbir
|
||||
*/
|
||||
class CpuHealthIndicatorTest {
|
||||
|
||||
|
||||
@@ -50,7 +50,6 @@ import org.springframework.context.annotation.Configuration;
|
||||
/**
|
||||
* Tests class< for {@link CustomHealthIndicator}. *
|
||||
*
|
||||
* @author ydoksanbir
|
||||
*/
|
||||
class CustomHealthIndicatorTest {
|
||||
|
||||
|
||||
@@ -46,7 +46,6 @@ import org.springframework.retry.support.RetryTemplate;
|
||||
/**
|
||||
* Unit tests for the {@link DatabaseTransactionHealthIndicator} class.
|
||||
*
|
||||
* @author ydoksanbir
|
||||
*/
|
||||
class DatabaseTransactionHealthIndicatorTest {
|
||||
|
||||
|
||||
@@ -42,7 +42,6 @@ import org.springframework.boot.actuate.health.Status;
|
||||
/**
|
||||
* Test class for {@link GarbageCollectionHealthIndicator}.
|
||||
*
|
||||
* @author ydoksanbir
|
||||
*/
|
||||
class GarbageCollectionHealthIndicatorTest {
|
||||
|
||||
|
||||
@@ -38,7 +38,6 @@ import org.mockito.junit.jupiter.MockitoExtension;
|
||||
/**
|
||||
* Tests class for {@link HealthCheckRepository}.
|
||||
*
|
||||
* @author ydoksanbir
|
||||
*/
|
||||
@ExtendWith(MockitoExtension.class)
|
||||
class HealthCheckRepositoryTest {
|
||||
|
||||
@@ -49,7 +49,6 @@ import org.springframework.http.HttpStatus;
|
||||
* "availableProcessors":2,"systemCpuLoad":"100.00%","loadAverage":1.97,"timestamp":"2023-11-09T08:34:15.974557865Z",
|
||||
* * "error":"High system CPU load"}}} *
|
||||
*
|
||||
* @author ydoksanbir
|
||||
*/
|
||||
@Slf4j
|
||||
@SpringBootTest(
|
||||
|
||||
@@ -44,7 +44,6 @@ import org.springframework.boot.actuate.health.Status;
|
||||
/**
|
||||
* Unit tests for {@link MemoryHealthIndicator}.
|
||||
*
|
||||
* @author ydoksanbir
|
||||
*/
|
||||
@ExtendWith(MockitoExtension.class)
|
||||
class MemoryHealthIndicatorTest {
|
||||
|
||||
@@ -35,7 +35,6 @@ import org.springframework.retry.support.RetryTemplate;
|
||||
/**
|
||||
* Unit tests for the {@link RetryConfig} class.
|
||||
*
|
||||
* @author ydoksanbir
|
||||
*/
|
||||
@SpringBootTest(classes = RetryConfig.class)
|
||||
class RetryConfigTest {
|
||||
|
||||
Reference in New Issue
Block a user