1 package org.openecomp.sdc.be.model.tosca.constraints;
3 import javax.annotation.Generated;
6 import org.openecomp.sdc.be.model.tosca.ToscaType;
8 public class GreaterThanConstraintTest {
10 private GreaterThanConstraint createTestSubject() {
11 return new GreaterThanConstraint("");
20 public void testGetGreaterThan() throws Exception {
21 GreaterThanConstraint testSubject;
25 testSubject = createTestSubject();
26 result = testSubject.getGreaterThan();
31 public void testSetGreaterThan() throws Exception {
32 GreaterThanConstraint testSubject;
33 String greaterThan = "";
36 testSubject = createTestSubject();
37 testSubject.setGreaterThan(greaterThan);