Update Print2DArraysTest.java

This commit is contained in:
Neetika23 2023-12-10 23:12:46 +05:30 committed by GitHub
parent 4280b17196
commit 7e8ccf1613
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ package com.baeldung.print2DArrays;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.assertEquals;
import uk.org.webcompere.systemstubs.SystemOut;
import uk.org.webcompere.systemstubs.annotations.SystemStub;
public class ArrayPrinterTest {
@SystemStub