Skip to content

Don't import junit.framework.TestCase.assertNotNull #3694

@elharo

Description

@elharo

import static junit.framework.TestCase.assertNotNull;

should now be

import static org.junit.Assert.assertNotNull;

Metadata

Metadata

Assignees

Labels

samplesIssues that are directly related to samples.type: cleanupAn internal cleanup or hygiene concern.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions