@Before
 public void setUp() {
   underTest = new UpdateStackRequestValidator();
   constraintValidatorContext =
       new ConstraintValidatorContextImpl(
           new ArrayList<String>(), PathImpl.createRootPath(), new DummyConstraintDescriptor());
 }