We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>";
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Pas beau externaliser ça dans des fichiers dans src/test/resources
private static final String BEAN1 = "<bean1 xmlns="http://esb.resanet.com\">" +
"123" +
"";
The text was updated successfully, but these errors were encountered: