Add proper annotations for Android SDK

This commit is contained in:
Alexey Sedunov
2013-10-07 17:26:18 +04:00
parent d7936b7ea4
commit c943b4e9d5
288 changed files with 37834 additions and 10470 deletions
@@ -0,0 +1,74 @@
<root>
<item name='junit.framework.TestSuite void addTestSuite(java.lang.Class&lt;? extends junit.framework.TestCase&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestCase junit.framework.TestResult run()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestSuite junit.framework.Test warning(java.lang.String)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestSuite void runTest(junit.framework.Test, junit.framework.TestResult) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestResult void run(junit.framework.TestCase) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestSuite TestSuite(java.lang.Class&lt;?&gt;...) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestSuite java.util.Enumeration&lt;junit.framework.Test&gt; tests()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestSuite TestSuite(java.lang.Class&lt;? extends junit.framework.TestCase&gt;, java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.ComparisonCompactor java.lang.String compact(java.lang.String)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestFailure java.lang.String toString()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestSuite java.lang.reflect.Constructor&lt;?&gt; getTestConstructor(java.lang.Class&lt;?&gt;)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestCase java.lang.String toString()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestFailure java.lang.String trace()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestSuite java.lang.reflect.Constructor&lt;?&gt; getTestConstructor(java.lang.Class&lt;?&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.Assert java.lang.String format(java.lang.String, java.lang.Object, java.lang.Object)'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestCase void run(junit.framework.TestResult) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestSuite TestSuite(java.lang.Class&lt;?&gt;) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestCase junit.framework.TestResult createResult()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestResult java.util.Enumeration&lt;junit.framework.TestFailure&gt; errors()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestResult java.util.Enumeration&lt;junit.framework.TestFailure&gt; failures()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestSuite TestSuite(java.lang.Class&lt;? extends junit.framework.TestCase&gt;[], java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.ComparisonFailure java.lang.String getMessage()'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestSuite junit.framework.Test createTest(java.lang.Class&lt;?&gt;, java.lang.String) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
<item name='junit.framework.TestResult void startTest(junit.framework.Test) 0'>
<annotation name='org.jetbrains.annotations.NotNull'/>
</item>
</root>