Skip to content

Commit 351cf60

Browse files
committed
spotless for logAnalytics test
1 parent 447d5df commit 351cf60

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

microservices-log-aggregation/src/test/java/com/iluwatar/logaggregation/LogAggregatorTest.java

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,12 @@
3939
import org.mockito.Mock;
4040
import org.mockito.junit.jupiter.MockitoExtension;
4141

42-
42+
/**
43+
* Unit tests for LogAggregator class.
44+
*
45+
* <p>Tests the event-driven log aggregation functionality including threshold-based flushing,
46+
* scheduled periodic flushing, and graceful shutdown behavior.
47+
*/
4348
@ExtendWith(MockitoExtension.class)
4449
class LogAggregatorTest {
4550

0 commit comments

Comments
 (0)