437f139e7c9c9c87874a0ba9efea7d4a106c4da9
[vid.git] /
1 package org.onap.vid.aai.model;
2
3 import org.junit.Test;
4
5 import static com.google.code.beanmatchers.BeanMatchers.hasValidGettersAndSetters;
6 import static org.hamcrest.MatcherAssert.assertThat;
7
8 public class GetServiceModelsByDistributionStatusResponseTest {
9
10     @Test
11     public void shouldHaveValidGettersAndSetters(){
12         assertThat(GetServiceModelsByDistributionStatusResponse.class, hasValidGettersAndSetters());
13     }
14
15 }