3031323334353637383940
* * @param context which can be changed */ @Override public void process(TestCaseResult context) { context.getParameters().add(new Parameter() .withName(getName()) .withValue(getValue()) .withKind(ParameterKind.ENVIRONMENT_VARIABLE) ); }