common code coverage increase
[sdc.git] / openecomp-be / lib / openecomp-tosca-lib / src / test / java / org / openecomp / sdc / tosca / datatypes / model / RequirementDefinitionTest.java
index a5c8fde..9f6bd25 100644 (file)
@@ -16,6 +16,8 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  * ============LICENSE_END=========================================================
+ * Modifications copyright (c) 2019 Nokia
+ * ================================================================================
  */
 
 package org.openecomp.sdc.tosca.datatypes.model;
@@ -31,11 +33,18 @@ import java.util.HashMap;
 import java.util.List;
 import java.util.Map;
 
+import static com.google.code.beanmatchers.BeanMatchers.hasValidGettersAndSetters;
+import static org.hamcrest.MatcherAssert.assertThat;
+
 /**
  * @author shiria
  * @since September 07, 2016.
  */
 public class RequirementDefinitionTest {
+  @Test
+  public void shouldHaveValidGettersAndSetters() {
+    assertThat(RequirementDefinition.class, hasValidGettersAndSetters());
+  }
 
   @Test
   public void cloneTest() {