Skip to content

Replace the deprecated in the FourEyesTest #107

Description

@OpenPj

The sample unit test is using a deprecated class (SpringJUnit4ClassRunner):

@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(classes = ApplicationWhitelistingTestConfiguration.class)
public class FourEyesTest {

We can probably simplify and change it with the following:

@SpringJUnitConfig(classes = ApplicationWhitelistingTestConfiguration.class)
public class FourEyesTest {

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions