external-annotations/org/testng/annotations.xml (32 lines of code) (raw):

<root> <item name='org.testng.Assert void assertFalse(boolean)'> <annotation name='org.jetbrains.annotations.Contract'> <val val="&quot;true -&gt; fail&quot;"/> </annotation> </item> <item name='org.testng.Assert void assertFalse(boolean, java.lang.String)'> <annotation name='org.jetbrains.annotations.Contract'> <val val="&quot;true, _ -&gt; false&quot;"/> </annotation> </item> <item name='org.testng.Assert void assertTrue(boolean)'> <annotation name='org.jetbrains.annotations.Contract'> <val val="&quot;false -&gt; fail&quot;"/> </annotation> </item> <item name='org.testng.Assert void assertTrue(boolean, java.lang.String)'> <annotation name='org.jetbrains.annotations.Contract'> <val val="&quot;false, _ -&gt; fail&quot;"/> </annotation> </item> <item name='org.testng.Assert void fail(java.lang.String)'> <annotation name='org.jetbrains.annotations.Contract'> <val val="&quot;_-&gt;fail&quot;"/> </annotation> </item> <item name='org.testng.Assert void fail(java.lang.String, java.lang.Throwable)'> <annotation name='org.jetbrains.annotations.Contract'> <val val="&quot;_, _ -&gt;fail&quot;"/> </annotation> </item> </root>