Recover user-specified annotations for Android SDK
This commit is contained in:
@@ -2,12 +2,18 @@
|
||||
<item name='junit.framework.TestSuite void addTestSuite(java.lang.Class<? extends junit.framework.TestCase>) 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.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.TestFailure java.lang.String trace()'>
|
||||
<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>
|
||||
@@ -17,31 +23,22 @@
|
||||
<item name='junit.framework.TestSuite TestSuite(java.lang.Class<?>...) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='junit.framework.TestSuite java.util.Enumeration<junit.framework.Test> tests()'>
|
||||
<item name='junit.framework.TestCase java.lang.String toString()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='junit.framework.TestSuite TestSuite(java.lang.Class<? extends junit.framework.TestCase>, java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='junit.framework.TestResult java.util.Enumeration<junit.framework.TestFailure> errors()'>
|
||||
<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<?> getTestConstructor(java.lang.Class<?>)'>
|
||||
<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<?> getTestConstructor(java.lang.Class<?>) 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)'>
|
||||
<item name='junit.framework.ComparisonFailure java.lang.String getMessage()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='junit.framework.TestCase void run(junit.framework.TestResult) 0'>
|
||||
@@ -50,19 +47,19 @@
|
||||
<item name='junit.framework.TestSuite TestSuite(java.lang.Class<?>) 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<junit.framework.TestFailure> errors()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='junit.framework.TestResult java.util.Enumeration<junit.framework.TestFailure> failures()'>
|
||||
<item name='junit.framework.TestSuite java.util.Enumeration<junit.framework.Test> tests()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='junit.framework.TestSuite TestSuite(java.lang.Class<? extends junit.framework.TestCase>[], java.lang.String) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='junit.framework.ComparisonFailure java.lang.String getMessage()'>
|
||||
<item name='junit.framework.TestSuite java.lang.reflect.Constructor<?> getTestConstructor(java.lang.Class<?>)'>
|
||||
<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.TestFailure java.lang.String toString()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='junit.framework.TestSuite junit.framework.Test createTest(java.lang.Class<?>, java.lang.String) 0'>
|
||||
@@ -71,4 +68,7 @@
|
||||
<item name='junit.framework.TestResult void startTest(junit.framework.Test) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='junit.framework.TestResult java.util.Enumeration<junit.framework.TestFailure> failures()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user