X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=models-interactions%2Fmodel-impl%2Fvfc%2Fsrc%2Ftest%2Fjava%2Forg%2Fonap%2Fpolicy%2Fvfc%2FVfcHealRequestTest.java;fp=models-interactions%2Fmodel-impl%2Fvfc%2Fsrc%2Ftest%2Fjava%2Forg%2Fonap%2Fpolicy%2Fvfc%2FVfcHealRequestTest.java;h=570817309c4fcf40d44000329bcfbd56ac55eca4;hb=7b11ab5c03a438aa29ff2242fa06bb8ff28c2867;hp=a4fc65912aa7059e6776ce7f1c10133fa4454162;hpb=bacd5a6f57e79f26d447644329b585991f989123;p=policy%2Fmodels.git diff --git a/models-interactions/model-impl/vfc/src/test/java/org/onap/policy/vfc/VfcHealRequestTest.java b/models-interactions/model-impl/vfc/src/test/java/org/onap/policy/vfc/VfcHealRequestTest.java index a4fc65912..570817309 100644 --- a/models-interactions/model-impl/vfc/src/test/java/org/onap/policy/vfc/VfcHealRequestTest.java +++ b/models-interactions/model-impl/vfc/src/test/java/org/onap/policy/vfc/VfcHealRequestTest.java @@ -3,7 +3,7 @@ * vfc * ================================================================================ * Copyright (C) 2018 Ericsson. All rights reserved. - * Modifications Copyright (C) 2019 Nordix Foundation. + * Modifications Copyright (C) 2019, 2024 Nordix Foundation. * Modifications Copyright (C) 2018-2019 AT&T Corporation. All rights reserved. * ================================================================================ * Licensed under the Apache License, Version 2.0 (the "License"); @@ -22,16 +22,16 @@ package org.onap.policy.vfc; -import static org.junit.Assert.assertEquals; -import static org.junit.Assert.assertNotEquals; -import static org.junit.Assert.assertNotNull; +import static org.junit.jupiter.api.Assertions.assertEquals; +import static org.junit.jupiter.api.Assertions.assertNotEquals; +import static org.junit.jupiter.api.Assertions.assertNotNull; -import org.junit.Test; +import org.junit.jupiter.api.Test; -public class VfcHealRequestTest { +class VfcHealRequestTest { @Test - public void testVfcHealRequest() { + void testVfcHealRequest() { VfcHealRequest request = new VfcHealRequest(); assertNotNull(request); assertNotEquals(0, request.hashCode());