blob: c82b28ada23bd6ed885cc00b1bb80a38b7849fa0 [file] [log] [blame]
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You 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
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.camel.component.xj;
import org.junit.Test;
public class JsonXmlStreamReaderTest {
@Test
public void test1() throws Exception {
XJTestUtils.transformJson2XmlAndCompare(null, "json2xml/test1");
}
@Test
public void test2() throws Exception {
XJTestUtils.transformJson2XmlAndCompare(null, "json2xml/test2");
}
@Test
public void test3() throws Exception {
XJTestUtils.transformJson2XmlAndCompare(null, "json2xml/test3");
}
@Test
public void test4() throws Exception {
XJTestUtils.transformJson2XmlAndCompare(null, "json2xml/test4");
}
@Test
public void test5() throws Exception {
XJTestUtils.transformJson2XmlAndCompare(null, "json2xml/test5");
}
@Test
public void test6() throws Exception {
XJTestUtils.transformJson2XmlAndCompare(null, "json2xml/test6");
}
@Test
public void test7() throws Exception {
XJTestUtils.transformJson2XmlAndCompare(null, "json2xml/test7");
}
@Test
public void test8() throws Exception {
XJTestUtils.transformJson2XmlAndCompare(null, "json2xml/test8");
}
@Test
public void test9() throws Exception {
XJTestUtils.transformJson2XmlAndCompare(null, "json2xml/test9");
}
@Test
public void test10() throws Exception {
XJTestUtils.transformJson2XmlAndCompare(null, "json2xml/test10");
}
@Test
public void test11() throws Exception {
XJTestUtils.transformJson2XmlAndCompare(null, "json2xml/test11");
}
}