Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tp6-solution mettre les exemples d'exchanges dans un fichier à part dans le classpath #10

Open
olivierlaporte opened this issue Jan 13, 2016 · 0 comments

Comments

@olivierlaporte
Copy link
Contributor

Pas beau externaliser ça dans des fichiers dans src/test/resources

private static final String BEAN1 = "<bean1 xmlns="http://esb.resanet.com\">" +
"123" +
"";

private static final String BEAN2 = "<bean2 xmlns=\"http://esb.resanet.com\">" +
        "<smx>456</smx>" +
        "</bean2>";

private static final String BEAN3 = "<bean3 xmlns=\"http://esb.resanet.com\">" +
        "<amq>789</amq>" +
        "</bean3>";

private static final String RESPONSE = "<reponse xmlns=\"http://esb.resanet.com\">\n" +
        "<bean1 xmlns=\"http://esb.resanet.com\">" +
        "<camel>123</camel>" +
        "</bean1>" +
        "<bean2 xmlns=\"http://esb.resanet.com\">" +
        "<smx>456</smx>" +
        "</bean2>" +
        "<bean3 xmlns=\"http://esb.resanet.com\">" +
        "<amq>789</amq>" +
        "</bean3>" +
        "\n</reponse>";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants