Closed
Description
Description
TestNG doesn't have assertArrayEquals in org.testng.Assert, we have to import org.testng.internal.junit.ArrayAsserts
To Reproduce
Generate some tests for arrays with TestNG
Actual behavior
Wrong import was added to test
import static org.testng.Assert.assertArrayEquals;
Expected behavior
import looks like
import static org.testng.internal.junit.ArrayAsserts.assertArrayEquals;
Environment
Test framework: TestNG
Java: 1.8
Mockito: Other packages
Test: Not parametrized
Additional context: no additional context
Metadata
Metadata
Assignees
Type
Projects
Status
Done