Files
openide/plugins/testng/resources/javaInjections.xml
Anna.Kozlova fe2bfc1cc8 testng: pre-register regexp injection (IDEA-228614)
GitOrigin-RevId: d4bb99a64f1bce8010c19434b786568ee1d33c90
2019-12-09 09:35:20 +00:00

7 lines
384 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<component name="LanguageInjectionConfiguration">
<injection language="RegExp" injector-id="java">
<display-name>Test (org.testng.annotations)</display-name>
<place><![CDATA[psiMethod().withName("expectedExceptionsMessageRegExp").withParameters().definedInClass("org.testng.annotations.Test")]]></place>
</injection>
</component>