/usr/share/doc/libfest-test-java/api/index-all.html is in libfest-test-java-doc 2.1.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (1.8.0_40-internal) on Wed Nov 19 01:28:12 CET 2014 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index (FEST Testing 2.1.0 API)</title>
<meta name="date" content="2014-11-19">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (FEST Testing 2.1.0 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="org/fest/test/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="org/fest/test/package-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<div class="contentContainer"><a href="#I:A">A</a> <a href="#I:C">C</a> <a href="#I:E">E</a> <a href="#I:F">F</a> <a href="#I:G">G</a> <a href="#I:H">H</a> <a href="#I:J">J</a> <a href="#I:N">N</a> <a href="#I:O">O</a> <a href="#I:P">P</a> <a href="#I:S">S</a> <a href="#I:T">T</a> <a name="I:A">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/fest/test/EqualsHashCodeContractAssert.html#assertEqualsIsReflexive-java.lang.Object-">assertEqualsIsReflexive(Object)</a></span> - Static method in class org.fest.test.<a href="org/fest/test/EqualsHashCodeContractAssert.html" title="class in org.fest.test">EqualsHashCodeContractAssert</a></dt>
<dd>
<div class="block">Verifies that the <code>equals</code> implementation of the given object is reflexive: the object must be equal to
itself, which it would be at any given instance; unless you intentionally override the equals method to behave
otherwise.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/fest/test/EqualsHashCodeContractAssert.html#assertEqualsIsSymmetric-java.lang.Object-java.lang.Object-">assertEqualsIsSymmetric(Object, Object)</a></span> - Static method in class org.fest.test.<a href="org/fest/test/EqualsHashCodeContractAssert.html" title="class in org.fest.test">EqualsHashCodeContractAssert</a></dt>
<dd>
<div class="block">Verifies that the <code>equals</code> implementation of the given objects is symmetric: if object of one class is equal
to another class object, the other class object must be equal to this class object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/fest/test/EqualsHashCodeContractAssert.html#assertEqualsIsTransitive-java.lang.Object-java.lang.Object-java.lang.Object-">assertEqualsIsTransitive(Object, Object, Object)</a></span> - Static method in class org.fest.test.<a href="org/fest/test/EqualsHashCodeContractAssert.html" title="class in org.fest.test">EqualsHashCodeContractAssert</a></dt>
<dd>
<div class="block">Verifies that the <code>equals</code> implementation of the given objects is transitive: if the first object is equal to
the second object and the second object is equal to the third object; then the first object is equal to the third
object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/fest/test/EqualsHashCodeContractAssert.html#assertIsNotEqualToNull-java.lang.Object-">assertIsNotEqualToNull(Object)</a></span> - Static method in class org.fest.test.<a href="org/fest/test/EqualsHashCodeContractAssert.html" title="class in org.fest.test">EqualsHashCodeContractAssert</a></dt>
<dd>
<div class="block">Verifies that the <code>equals</code> implementation of the given object returns <code>false</code> when the object is
compared to <code>null</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/fest/test/EqualsHashCodeContractAssert.html#assertMaintainsEqualsAndHashCodeContract-java.lang.Object-java.lang.Object-">assertMaintainsEqualsAndHashCodeContract(Object, Object)</a></span> - Static method in class org.fest.test.<a href="org/fest/test/EqualsHashCodeContractAssert.html" title="class in org.fest.test">EqualsHashCodeContractAssert</a></dt>
<dd>
<div class="block">Verifies that the <code>equals</code>/<code>hashCode</code> contract of the given objects is implemented correctly: if two
objects are equal, then they must have the same hash code, however the opposite is NOT true.</div>
</dd>
</dl>
<a name="I:C">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/fest/test/PersonCaseInsensitiveNameComparator.html#compare-org.fest.test.Person-org.fest.test.Person-">compare(Person, Person)</a></span> - Method in class org.fest.test.<a href="org/fest/test/PersonCaseInsensitiveNameComparator.html" title="class in org.fest.test">PersonCaseInsensitiveNameComparator</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Person.html#compareTo-org.fest.test.Person-">compareTo(Person)</a></span> - Method in class org.fest.test.<a href="org/fest/test/Person.html" title="class in org.fest.test">Person</a></dt>
<dd> </dd>
</dl>
<a name="I:E">
<!-- -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><a href="org/fest/test/Employee.html" title="class in org.fest.test"><span class="typeNameLink">Employee</span></a> - Class in <a href="org/fest/test/package-summary.html">org.fest.test</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Employee.html#Employee--">Employee()</a></span> - Constructor for class org.fest.test.<a href="org/fest/test/Employee.html" title="class in org.fest.test">Employee</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Employee.html#Employee-long-org.fest.test.Name-int-">Employee(long, Name, int)</a></span> - Constructor for class org.fest.test.<a href="org/fest/test/Employee.html" title="class in org.fest.test">Employee</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Person.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.fest.test.<a href="org/fest/test/Person.html" title="class in org.fest.test">Person</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/EqualsHashCodeContractTestCase.html#equals_should_be_consistent--">equals_should_be_consistent()</a></span> - Method in interface org.fest.test.<a href="org/fest/test/EqualsHashCodeContractTestCase.html" title="interface in org.fest.test">EqualsHashCodeContractTestCase</a></dt>
<dd>
<div class="block">If two objects are equal, they must remain equal as long as they are not modified.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/fest/test/EqualsHashCodeContractTestCase.html#equals_should_be_reflexive--">equals_should_be_reflexive()</a></span> - Method in interface org.fest.test.<a href="org/fest/test/EqualsHashCodeContractTestCase.html" title="interface in org.fest.test">EqualsHashCodeContractTestCase</a></dt>
<dd>
<div class="block">The object must be equal to itself, which it would be at any given instance; unless you intentionally override the
equals method to behave otherwise.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/fest/test/EqualsHashCodeContractTestCase.html#equals_should_be_symmetric--">equals_should_be_symmetric()</a></span> - Method in interface org.fest.test.<a href="org/fest/test/EqualsHashCodeContractTestCase.html" title="interface in org.fest.test">EqualsHashCodeContractTestCase</a></dt>
<dd>
<div class="block">If object of one class is equal to another class object, the other class object must be equal to this class object.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/fest/test/EqualsHashCodeContractTestCase.html#equals_should_be_transitive--">equals_should_be_transitive()</a></span> - Method in interface org.fest.test.<a href="org/fest/test/EqualsHashCodeContractTestCase.html" title="interface in org.fest.test">EqualsHashCodeContractTestCase</a></dt>
<dd>
<div class="block">If the first object is equal to the second object and the second object is equal to the third object; then the
first object is equal to the third object.</div>
</dd>
<dt><a href="org/fest/test/EqualsHashCodeContractAssert.html" title="class in org.fest.test"><span class="typeNameLink">EqualsHashCodeContractAssert</span></a> - Class in <a href="org/fest/test/package-summary.html">org.fest.test</a></dt>
<dd>
<div class="block">Assertion methods that verify that an object's <code>equals</code> and <code>hashCode</code> are implemented correctly.</div>
</dd>
<dt><a href="org/fest/test/EqualsHashCodeContractTestCase.html" title="interface in org.fest.test"><span class="typeNameLink">EqualsHashCodeContractTestCase</span></a> - Interface in <a href="org/fest/test/package-summary.html">org.fest.test</a></dt>
<dd>
<div class="block">Test case that provides the contract for verification that an object's <code>equals</code> and <code>hashCode</code> are
implemented correctly.</div>
</dd>
</dl>
<a name="I:F">
<!-- -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/fest/test/TestFailures.html#failBecauseExpectedAssertionErrorWasNotThrown--">failBecauseExpectedAssertionErrorWasNotThrown()</a></span> - Static method in class org.fest.test.<a href="org/fest/test/TestFailures.html" title="class in org.fest.test">TestFailures</a></dt>
<dd> </dd>
</dl>
<a name="I:G">
<!-- -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/fest/test/Employee.html#getAge--">getAge()</a></span> - Method in class org.fest.test.<a href="org/fest/test/Employee.html" title="class in org.fest.test">Employee</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Player.html#getAssistsPerGame--">getAssistsPerGame()</a></span> - Method in class org.fest.test.<a href="org/fest/test/Player.html" title="class in org.fest.test">Player</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Name.html#getFirst--">getFirst()</a></span> - Method in class org.fest.test.<a href="org/fest/test/Name.html" title="class in org.fest.test">Name</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Employee.html#getId--">getId()</a></span> - Method in class org.fest.test.<a href="org/fest/test/Employee.html" title="class in org.fest.test">Employee</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Name.html#getLast--">getLast()</a></span> - Method in class org.fest.test.<a href="org/fest/test/Name.html" title="class in org.fest.test">Name</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Jedi.html#getLightSaberColor--">getLightSaberColor()</a></span> - Method in class org.fest.test.<a href="org/fest/test/Jedi.html" title="class in org.fest.test">Jedi</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Employee.html#getName--">getName()</a></span> - Method in class org.fest.test.<a href="org/fest/test/Employee.html" title="class in org.fest.test">Employee</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Person.html#getName--">getName()</a></span> - Method in class org.fest.test.<a href="org/fest/test/Person.html" title="class in org.fest.test">Person</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Player.html#getName--">getName()</a></span> - Method in class org.fest.test.<a href="org/fest/test/Player.html" title="class in org.fest.test">Player</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Player.html#getPointsPerGame--">getPointsPerGame()</a></span> - Method in class org.fest.test.<a href="org/fest/test/Player.html" title="class in org.fest.test">Player</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Player.html#getReboundsPerGame--">getReboundsPerGame()</a></span> - Method in class org.fest.test.<a href="org/fest/test/Player.html" title="class in org.fest.test">Player</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Player.html#getTeam--">getTeam()</a></span> - Method in class org.fest.test.<a href="org/fest/test/Player.html" title="class in org.fest.test">Player</a></dt>
<dd> </dd>
</dl>
<a name="I:H">
<!-- -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/fest/test/Person.html#hashCode--">hashCode()</a></span> - Method in class org.fest.test.<a href="org/fest/test/Person.html" title="class in org.fest.test">Person</a></dt>
<dd> </dd>
</dl>
<a name="I:J">
<!-- -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><a href="org/fest/test/Jedi.html" title="class in org.fest.test"><span class="typeNameLink">Jedi</span></a> - Class in <a href="org/fest/test/package-summary.html">org.fest.test</a></dt>
<dd>
<div class="block">Object for test.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Jedi.html#Jedi-java.lang.String-java.lang.String-">Jedi(String, String)</a></span> - Constructor for class org.fest.test.<a href="org/fest/test/Jedi.html" title="class in org.fest.test">Jedi</a></dt>
<dd> </dd>
</dl>
<a name="I:N">
<!-- -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><a href="org/fest/test/Name.html" title="class in org.fest.test"><span class="typeNameLink">Name</span></a> - Class in <a href="org/fest/test/package-summary.html">org.fest.test</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Name.html#Name--">Name()</a></span> - Constructor for class org.fest.test.<a href="org/fest/test/Name.html" title="class in org.fest.test">Name</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Name.html#Name-java.lang.String-">Name(String)</a></span> - Constructor for class org.fest.test.<a href="org/fest/test/Name.html" title="class in org.fest.test">Name</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Name.html#Name-java.lang.String-java.lang.String-">Name(String, String)</a></span> - Constructor for class org.fest.test.<a href="org/fest/test/Name.html" title="class in org.fest.test">Name</a></dt>
<dd> </dd>
</dl>
<a name="I:O">
<!-- -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><a href="org/fest/test/package-summary.html">org.fest.test</a> - package org.fest.test</dt>
<dd> </dd>
</dl>
<a name="I:P">
<!-- -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/fest/test/ParameterSource.html#parametersFrom-java.util.List-">parametersFrom(List<?>)</a></span> - Static method in class org.fest.test.<a href="org/fest/test/ParameterSource.html" title="class in org.fest.test">ParameterSource</a></dt>
<dd> </dd>
<dt><a href="org/fest/test/ParameterSource.html" title="class in org.fest.test"><span class="typeNameLink">ParameterSource</span></a> - Class in <a href="org/fest/test/package-summary.html">org.fest.test</a></dt>
<dd>
<div class="block">Data provider for parameterized tests.</div>
</dd>
<dt><a href="org/fest/test/Person.html" title="class in org.fest.test"><span class="typeNameLink">Person</span></a> - Class in <a href="org/fest/test/package-summary.html">org.fest.test</a></dt>
<dd>
<div class="block">A person.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Person.html#Person-java.lang.String-">Person(String)</a></span> - Constructor for class org.fest.test.<a href="org/fest/test/Person.html" title="class in org.fest.test">Person</a></dt>
<dd> </dd>
<dt><a href="org/fest/test/PersonCaseInsensitiveNameComparator.html" title="class in org.fest.test"><span class="typeNameLink">PersonCaseInsensitiveNameComparator</span></a> - Class in <a href="org/fest/test/package-summary.html">org.fest.test</a></dt>
<dd>
<div class="block">A <a href="org/fest/test/Person.html" title="class in org.fest.test"><code>Person</code></a> comparator comparing name case insensitively.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/fest/test/PersonCaseInsensitiveNameComparator.html#PersonCaseInsensitiveNameComparator--">PersonCaseInsensitiveNameComparator()</a></span> - Constructor for class org.fest.test.<a href="org/fest/test/PersonCaseInsensitiveNameComparator.html" title="class in org.fest.test">PersonCaseInsensitiveNameComparator</a></dt>
<dd> </dd>
<dt><a href="org/fest/test/Player.html" title="class in org.fest.test"><span class="typeNameLink">Player</span></a> - Class in <a href="org/fest/test/package-summary.html">org.fest.test</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Player.html#Player--">Player()</a></span> - Constructor for class org.fest.test.<a href="org/fest/test/Player.html" title="class in org.fest.test">Player</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Player.html#Player-org.fest.test.Name-java.lang.String-">Player(Name, String)</a></span> - Constructor for class org.fest.test.<a href="org/fest/test/Player.html" title="class in org.fest.test">Player</a></dt>
<dd> </dd>
</dl>
<a name="I:S">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/fest/test/Employee.html#setAge-int-">setAge(int)</a></span> - Method in class org.fest.test.<a href="org/fest/test/Employee.html" title="class in org.fest.test">Employee</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Player.html#setAssistsPerGame-int-">setAssistsPerGame(int)</a></span> - Method in class org.fest.test.<a href="org/fest/test/Player.html" title="class in org.fest.test">Player</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Name.html#setFirst-java.lang.String-">setFirst(String)</a></span> - Method in class org.fest.test.<a href="org/fest/test/Name.html" title="class in org.fest.test">Name</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Employee.html#setId-long-">setId(long)</a></span> - Method in class org.fest.test.<a href="org/fest/test/Employee.html" title="class in org.fest.test">Employee</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Name.html#setLast-java.lang.String-">setLast(String)</a></span> - Method in class org.fest.test.<a href="org/fest/test/Name.html" title="class in org.fest.test">Name</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Employee.html#setName-org.fest.test.Name-">setName(Name)</a></span> - Method in class org.fest.test.<a href="org/fest/test/Employee.html" title="class in org.fest.test">Employee</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Player.html#setName-org.fest.test.Name-">setName(Name)</a></span> - Method in class org.fest.test.<a href="org/fest/test/Player.html" title="class in org.fest.test">Player</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Player.html#setPointsPerGame-int-">setPointsPerGame(int)</a></span> - Method in class org.fest.test.<a href="org/fest/test/Player.html" title="class in org.fest.test">Player</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Player.html#setReboundsPerGame-int-">setReboundsPerGame(int)</a></span> - Method in class org.fest.test.<a href="org/fest/test/Player.html" title="class in org.fest.test">Player</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Player.html#setTeam-java.lang.String-">setTeam(String)</a></span> - Method in class org.fest.test.<a href="org/fest/test/Player.html" title="class in org.fest.test">Player</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/EqualsHashCodeContractTestCase.html#should_maintain_equals_and_hashCode_contract--">should_maintain_equals_and_hashCode_contract()</a></span> - Method in interface org.fest.test.<a href="org/fest/test/EqualsHashCodeContractTestCase.html" title="interface in org.fest.test">EqualsHashCodeContractTestCase</a></dt>
<dd>
<div class="block">If two objects are equal, then they must have the same hash code, however the opposite is NOT true.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/fest/test/EqualsHashCodeContractTestCase.html#should_not_be_equal_to_null--">should_not_be_equal_to_null()</a></span> - Method in interface org.fest.test.<a href="org/fest/test/EqualsHashCodeContractTestCase.html" title="interface in org.fest.test">EqualsHashCodeContractTestCase</a></dt>
<dd>
<div class="block">Verifies that the implementation of the method <code>equals</code> returns <code>false</code> if a <code>null</code> is passed as
argument.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/fest/test/EqualsHashCodeContractTestCase.html#should_not_be_equal_to_Object_of_different_type--">should_not_be_equal_to_Object_of_different_type()</a></span> - Method in interface org.fest.test.<a href="org/fest/test/EqualsHashCodeContractTestCase.html" title="interface in org.fest.test">EqualsHashCodeContractTestCase</a></dt>
<dd> </dd>
</dl>
<a name="I:T">
<!-- -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><a href="org/fest/test/TestFailures.html" title="class in org.fest.test"><span class="typeNameLink">TestFailures</span></a> - Class in <a href="org/fest/test/package-summary.html">org.fest.test</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Employee.html#toString--">toString()</a></span> - Method in class org.fest.test.<a href="org/fest/test/Employee.html" title="class in org.fest.test">Employee</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Jedi.html#toString--">toString()</a></span> - Method in class org.fest.test.<a href="org/fest/test/Jedi.html" title="class in org.fest.test">Jedi</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Name.html#toString--">toString()</a></span> - Method in class org.fest.test.<a href="org/fest/test/Name.html" title="class in org.fest.test">Name</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Person.html#toString--">toString()</a></span> - Method in class org.fest.test.<a href="org/fest/test/Person.html" title="class in org.fest.test">Person</a></dt>
<dd> </dd>
<dt><span class="memberNameLink"><a href="org/fest/test/Player.html#toString--">toString()</a></span> - Method in class org.fest.test.<a href="org/fest/test/Player.html" title="class in org.fest.test">Player</a></dt>
<dd> </dd>
</dl>
<a href="#I:A">A</a> <a href="#I:C">C</a> <a href="#I:E">E</a> <a href="#I:F">F</a> <a href="#I:G">G</a> <a href="#I:H">H</a> <a href="#I:J">J</a> <a href="#I:N">N</a> <a href="#I:O">O</a> <a href="#I:P">P</a> <a href="#I:S">S</a> <a href="#I:T">T</a> </div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="org/fest/test/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="org/fest/test/package-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.html">All Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright © 2008–2014. All rights reserved.</small></p>
</body>
</html>
|