Signed-off-by: Ganesh <ganesh.c@samsung.com>
Change-Id: I128fb3cebbba6817c8ae28f37a50780defe260e9
Issue-ID: CCSDK-3476
* ONAP : APPC
* ================================================================================
* Copyright 2018 TechMahindra
+* Copyright (C) 2022 Samsung Electronics
*=================================================================================
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@Test
public void testGetSize() {
properties.setSize(123);
- assertNotNull(properties.getSize());
assertEquals(properties.getSize(),123);
}