Fix inconsistencies in Android annotations
This commit is contained in:
@@ -2,16 +2,25 @@
|
||||
<item name='junit.textui.TestRunner junit.framework.TestResult doRun(junit.framework.Test, boolean) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='junit.textui.ResultPrinter void addFailure(junit.framework.Test, junit.framework.AssertionFailedError) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='junit.textui.ResultPrinter void startTest(junit.framework.Test) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='junit.textui.ResultPrinter void addFailure(junit.framework.Test, junit.framework.AssertionFailedError) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='junit.textui.TestRunner junit.framework.TestResult doRun(junit.framework.Test, boolean)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='junit.textui.TestRunner junit.framework.TestResult run(junit.framework.Test)'>
|
||||
<item name='junit.textui.ResultPrinter void addError(junit.framework.Test, java.lang.Throwable) 1'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='junit.textui.TestRunner void runAndWait(junit.framework.Test) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='junit.textui.TestRunner junit.framework.TestResult doRun(junit.framework.Test)'>
|
||||
<item name='junit.textui.ResultPrinter void addError(junit.framework.Test, java.lang.Throwable) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='junit.textui.ResultPrinter void printDefectTrace(junit.framework.TestFailure) 0'>
|
||||
@@ -26,10 +35,16 @@
|
||||
<item name='junit.textui.ResultPrinter void printDefect(junit.framework.TestFailure, int) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='junit.textui.TestRunner void run(java.lang.Class<? extends junit.framework.TestCase>) 0'>
|
||||
<item name='junit.textui.TestRunner junit.framework.TestResult run(junit.framework.Test)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='junit.textui.TestRunner junit.framework.TestResult start(java.lang.String[])'>
|
||||
<item name='junit.textui.TestRunner junit.framework.TestResult doRun(junit.framework.Test)'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='junit.textui.ResultPrinter void endTest(junit.framework.Test) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='junit.textui.TestRunner void run(java.lang.Class<? extends junit.framework.TestCase>) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='junit.textui.ResultPrinter void printErrors(junit.framework.TestResult) 0'>
|
||||
@@ -38,7 +53,7 @@
|
||||
<item name='junit.textui.ResultPrinter void printFooter(junit.framework.TestResult) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='junit.textui.TestRunner junit.framework.TestResult createTestResult()'>
|
||||
<item name='junit.textui.TestRunner junit.framework.TestResult start(java.lang.String[])'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='junit.textui.TestRunner junit.framework.TestResult start(java.lang.String[]) 0'>
|
||||
@@ -53,4 +68,7 @@
|
||||
<item name='junit.textui.TestRunner junit.framework.TestResult doRun(junit.framework.Test) 0'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
<item name='junit.textui.TestRunner junit.framework.TestResult createTestResult()'>
|
||||
<annotation name='org.jetbrains.annotations.NotNull'/>
|
||||
</item>
|
||||
</root>
|
||||
|
||||
Reference in New Issue
Block a user