Skip to content

Instantly share code, notes, and snippets.

View christophd's full-sized avatar

Christoph Deppisch christophd

View GitHub Profile
@christophd
christophd / SyndesisWebHookClientTest.java
Created February 1, 2019 07:38
A Citrus test to call Syndesis test web hook.
/*
* Copyright (C) 2016 Red Hat, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@christophd
christophd / JsonTextMessageValidatorStandaloneTest.java
Last active December 9, 2016 14:30
Standalone JsonTextMessageValidator
package com.consol.citrus.validation.json;
import com.consol.citrus.context.TestContext;
import com.consol.citrus.exceptions.ValidationException;
import com.consol.citrus.message.DefaultMessage;
import com.consol.citrus.message.Message;
import com.consol.citrus.validation.matcher.ValidationMatcherConfig;
import org.testng.annotations.Test;
public class JsonTextMessageValidatorStandaloneTest {