• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
2<HTML style="overflow:auto;">
3<HEAD>
4<meta name="generator" content="JDiff v1.1.0">
5<!-- Generated by the JDiff Javadoc doclet -->
6<!-- (http://www.jdiff.org) -->
7<meta name="description" content="JDiff is a Javadoc doclet which generates an HTML report of all the packages, classes, constructors, methods, and fields which have been removed, added or changed in any way, including their documentation, when two APIs are compared.">
8<meta name="keywords" content="diff, jdiff, javadiff, java diff, java difference, API difference, difference between two APIs, API diff, Javadoc, doclet">
9<TITLE>
10junit.framework.TestSuite
11</TITLE>
12<link href="../../../../assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
13<link href="../stylesheet-jdiff.css" rel="stylesheet" type="text/css" />
14<noscript>
15<style type="text/css">
16body{overflow:auto;}
17#body-content{position:relative; top:0;}
18#doc-content{overflow:visible;border-left:3px solid #666;}
19#side-nav{padding:0;}
20#side-nav .toggle-list ul {display:block;}
21#resize-packages-nav{border-bottom:3px solid #666;}
22</style>
23</noscript>
24<style type="text/css">
25</style>
26</HEAD>
27<BODY>
28<!-- Start of nav bar -->
29<a name="top"></a>
30<div id="header" style="margin-bottom:0;padding-bottom:0;">
31<div id="headerLeft">
32<a href="../../../../index.html" tabindex="-1" target="_top"><img src="../../../../assets/images/bg_logo.png" alt="Android Developers" /></a>
33</div>
34  <div id="headerRight">
35  <div id="headerLinks">
36<!-- <img src="/assets/images/icon_world.jpg" alt="" /> -->
37<span class="text">
38<!-- &nbsp;<a href="#">English</a> | -->
39<nobr><a href="http://developer.android.com" target="_top">Android Developers</a> | <a href="http://www.android.com" target="_top">Android.com</a></nobr>
40</span>
41</div>
42  <div class="and-diff-id" style="margin-top:6px;margin-right:8px;">
43    <table class="diffspectable">
44      <tr>
45        <td colspan="2" class="diffspechead">API Diff Specification</td>
46      </tr>
47      <tr>
48        <td class="diffspec" style="padding-top:.25em">To Level:</td>
49        <td class="diffvaluenew" style="padding-top:.25em">16</td>
50      </tr>
51      <tr>
52        <td class="diffspec">From Level:</td>
53        <td class="diffvalueold">15</td>
54      </tr>
55      <tr>
56        <td class="diffspec">Generated</td>
57        <td class="diffvalue">2012.07.16 10:58</td>
58      </tr>
59    </table>
60    </div><!-- End and-diff-id -->
61  <div class="and-diff-id" style="margin-right:8px;">
62    <table class="diffspectable">
63      <tr>
64        <td class="diffspec" colspan="2"><a href="jdiff_statistics.html">Statistics</a>
65      </tr>
66    </table>
67  </div> <!-- End and-diff-id -->
68  </div> <!-- End headerRight -->
69  </div> <!-- End header -->
70<div id="body-content" xstyle="padding:12px;padding-right:18px;">
71<div id="doc-content" style="position:relative;">
72<div id="mainBodyFluid">
73<H2>
74Class junit.framework.<A HREF="../../../../reference/junit/framework/TestSuite.html" target="_top"><font size="+2"><code>TestSuite</code></font></A>
75</H2>
76<a NAME="constructors"></a>
77<p>
78<a NAME="Removed"></a>
79<TABLE summary="Removed Constructors" WIDTH="100%">
80<TR>
81  <TH VALIGN="TOP" COLSPAN=2>Removed Constructors</FONT></TD>
82</TH>
83<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
84  <TD VALIGN="TOP" WIDTH="25%">
85  <A NAME="junit.framework.TestSuite.ctor_removed(java.lang.Class)"></A>
86  <nobr>TestSuite(<code>Class</code>)</nobr>
87  </TD>
88  <TD>&nbsp;</TD>
89</TR>
90<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
91  <TD VALIGN="TOP" WIDTH="25%">
92  <A NAME="junit.framework.TestSuite.ctor_removed(java.lang.Class, java.lang.String)"></A>
93  <nobr>TestSuite(<code>Class,</nobr> String<nobr><nobr></code>)</nobr>
94  </TD>
95  <TD>&nbsp;</TD>
96</TR>
97</TABLE>
98&nbsp;
99<p>
100<a NAME="Added"></a>
101<TABLE summary="Added Constructors" WIDTH="100%">
102<TR>
103  <TH VALIGN="TOP" COLSPAN=2>Added Constructors</FONT></TD>
104</TH>
105<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
106  <TD VALIGN="TOP" WIDTH="25%">
107  <A NAME="junit.framework.TestSuite.ctor_added(java.lang.Class<? extends junit.framework.TestCase>, java.lang.String)"></A>
108  <nobr><A HREF="../../../../reference/junit/framework/TestSuite.html#TestSuite(java.lang.Class<? extends junit.framework.TestCase>, java.lang.String)" target="_top"><code>TestSuite</code></A>(<code>Class&lt;TestCase&gt;,</nobr> String<nobr><nobr></code>)</nobr>
109  </TD>
110  <TD>&nbsp;</TD>
111</TR>
112<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
113  <TD VALIGN="TOP" WIDTH="25%">
114  <A NAME="junit.framework.TestSuite.ctor_added(java.lang.Class<? extends junit.framework.TestCase>[], java.lang.String)"></A>
115  <nobr><A HREF="../../../../reference/junit/framework/TestSuite.html#TestSuite(java.lang.Class<? extends junit.framework.TestCase>[], java.lang.String)" target="_top"><code>TestSuite</code></A>(<code>Class&lt;TestCase&gt;,</nobr> String<nobr><nobr></code>)</nobr>
116  </TD>
117  <TD>&nbsp;</TD>
118</TR>
119<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
120  <TD VALIGN="TOP" WIDTH="25%">
121  <A NAME="junit.framework.TestSuite.ctor_added(java.lang.Class<?>)"></A>
122  <nobr><A HREF="../../../../reference/junit/framework/TestSuite.html#TestSuite(java.lang.Class<?>)" target="_top"><code>TestSuite</code></A>(<code>Class&lt;?&gt;</code>)</nobr>
123  </TD>
124  <TD>&nbsp;</TD>
125</TR>
126<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
127  <TD VALIGN="TOP" WIDTH="25%">
128  <A NAME="junit.framework.TestSuite.ctor_added(java.lang.Class<?>...)"></A>
129  <nobr><A HREF="../../../../reference/junit/framework/TestSuite.html#TestSuite(java.lang.Class<?>...)" target="_top"><code>TestSuite</code></A>(<code>Class&lt;?&gt;</code>)</nobr>
130  </TD>
131  <TD>&nbsp;</TD>
132</TR>
133</TABLE>
134&nbsp;
135<a NAME="methods"></a>
136<p>
137<a NAME="Added"></a>
138<TABLE summary="Added Methods" WIDTH="100%">
139<TR>
140  <TH VALIGN="TOP" COLSPAN=2>Added Methods</FONT></TD>
141</TH>
142<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
143  <TD VALIGN="TOP" WIDTH="25%">
144  <A NAME="junit.framework.TestSuite.warning_added(java.lang.String)"></A>
145  <nobr><code>Test</code>&nbsp;<A HREF="../../../../reference/junit/framework/TestSuite.html#warning(java.lang.String)" target="_top"><code>warning</code></A>(<code>String</code>)</nobr>
146  </TD>
147  <TD>&nbsp;</TD>
148</TR>
149</TABLE>
150&nbsp;
151<p>
152<a NAME="Changed"></a>
153<TABLE summary="Changed Methods" WIDTH="100%">
154<TR>
155  <TH VALIGN="TOP" COLSPAN=3>Changed Methods</FONT></TD>
156</TH>
157<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
158  <TD VALIGN="TOP" WIDTH="25%">
159  <A NAME="junit.framework.TestSuite.addTestSuite_changed(java.lang.Class<? extends junit.framework.TestCase>)"></A>
160  <nobr><code>void</code>&nbsp;<A HREF="../../../../reference/junit/framework/TestSuite.html#addTestSuite(java.lang.Class<? extends junit.framework.TestCase>)" target="_top"><code>addTestSuite</code></A>(<code>Class&lt;TestCase&gt;</code>)  </nobr>
161  </TD>
162  <TD VALIGN="TOP" WIDTH="30%">
163Change in signature from <code>Class</code> to <code>Class&lt;TestCase&gt;</code>.<br>
164  </TD>
165  <TD>&nbsp;</TD>
166</TR>
167<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
168  <TD VALIGN="TOP" WIDTH="25%">
169  <A NAME="junit.framework.TestSuite.createTest_changed(java.lang.Class<?>, java.lang.String)"></A>
170  <nobr><code>Test</code>&nbsp;<A HREF="../../../../reference/junit/framework/TestSuite.html#createTest(java.lang.Class<?>, java.lang.String)" target="_top"><code>createTest</code></A>(<code>Class&lt;?&gt;,</nobr> String<nobr><nobr></code>)  </nobr>
171  </TD>
172  <TD VALIGN="TOP" WIDTH="30%">
173Change in signature from (<code>Class, String</code>) to (<code>Class&lt;?&gt;, String</code>).<br>
174  </TD>
175  <TD>&nbsp;</TD>
176</TR>
177<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
178  <TD VALIGN="TOP" WIDTH="25%">
179  <A NAME="junit.framework.TestSuite.getTestConstructor_changed(java.lang.Class<?>)"></A>
180  <nobr><code>Constructor&lt;?&gt;</code>&nbsp;<A HREF="../../../../reference/junit/framework/TestSuite.html#getTestConstructor(java.lang.Class<?>)" target="_top"><code>getTestConstructor</code></A>(<code>Class&lt;?&gt;</code>)  </nobr>
181  </TD>
182  <TD VALIGN="TOP" WIDTH="30%">
183Change in return type from <code>Constructor</code> to <code>Constructor&lt;?&gt;</code>.<br>
184 Change in signature from <code>Class</code> to <code>Class&lt;?&gt;</code>.<br>
185  </TD>
186  <TD>&nbsp;</TD>
187</TR>
188<TR BGCOLOR="#FFFFFF" CLASS="TableRowColor">
189  <TD VALIGN="TOP" WIDTH="25%">
190  <A NAME="junit.framework.TestSuite.tests_changed()"></A>
191  <nobr><code>Enumeration&lt;Test&gt;</code>&nbsp;<A HREF="../../../../reference/junit/framework/TestSuite.html#tests()" target="_top"><code>tests</code></A>()  </nobr>
192  </TD>
193  <TD VALIGN="TOP" WIDTH="30%">
194Change in return type from <code>Enumeration</code> to <code>Enumeration&lt;Test&gt;</code>.<br>
195  </TD>
196  <TD>&nbsp;</TD>
197</TR>
198</TABLE>
199&nbsp;
200<a NAME="fields"></a>
201      </div>
202      <div id="footer">
203        <div id="copyright">
204        Except as noted, this content is licensed under
205        <a href="http://creativecommons.org/licenses/by/2.5/"> Creative Commons Attribution 2.5</a>.
206        For details and restrictions, see the <a href="/license.html">Content License</a>.
207        </div>
208      <div id="footerlinks">
209      <p>
210        <a href="http://www.android.com/terms.html">Site Terms of Service</a> -
211        <a href="http://www.android.com/privacy.html">Privacy Policy</a> -
212        <a href="http://www.android.com/branding.html">Brand Guidelines</a>
213      </p>
214    </div>
215    </div> <!-- end footer -->
216    </div><!-- end doc-content -->
217    </div> <!-- end body-content -->
218<script src="//www.google-analytics.com/ga.js" type="text/javascript">
219</script>
220<script type="text/javascript">
221  try {
222    var pageTracker = _gat._getTracker("UA-5831155-1");
223    pageTracker._setAllowAnchor(true);
224    pageTracker._initData();
225    pageTracker._trackPageview();
226  } catch(e) {}
227</script>
228</BODY>
229</HTML>
230