public void testGenerateExtractedMsgsFile() throws Exception {
URL testSoyFile = Resources.getResource(XliffMsgPluginTest.class, "test_data/test-v2.soy");
SoyFileSetNode soyTree =
(new SoyFileSetParser(SoyFileSupplier.Factory.create(testSoyFile, SoyFileKind.SRC)))
.parse();
SoyMsgBundle msgBundle = (new ExtractMsgsVisitor()).exec(soyTree);
XliffMsgPlugin msgPlugin = new XliffMsgPlugin();