We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 447d5df commit 351cf60Copy full SHA for 351cf60
microservices-log-aggregation/src/test/java/com/iluwatar/logaggregation/LogAggregatorTest.java
@@ -39,7 +39,12 @@
39
import org.mockito.Mock;
40
import org.mockito.junit.jupiter.MockitoExtension;
41
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
+ */
48
@ExtendWith(MockitoExtension.class)
49
class LogAggregatorTest {
50
0 commit comments