blob: 9ee09f3ec9bf324fc2f57cc8ce8b84bc7a641050 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_05) on Wed Jul 02 02:17:25 CEST 2008 -->
<TITLE>
Index (EasyMock)
</TITLE>
<META NAME="date" CONTENT="2008-07-02">
<LINK REL ="stylesheet" TYPE="text/css" HREF="./stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (EasyMock)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./org/easymock/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./org/easymock/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_V_">V</A> <A HREF="#_Z_">Z</A> <HR>
<A NAME="_A_"><!-- --></A><H2>
<B>A</B></H2>
<DL>
<DT><A HREF="./org/easymock/AbstractMatcher.html" title="class in org.easymock"><B>AbstractMatcher</B></A> - Class in <A HREF="./org/easymock/package-summary.html">org.easymock</A><DD><B>Deprecated.</B>&nbsp;<I>Since EasyMock 2.0, <code>ArgumentsMatcher</code>s are only supported
for the legacy <code>MockControl</code>. For mock objects generated by the methods
on <code>EasyMock</code>, there are per-argument matchers available. For more
information, see the EasyMock documentation.</I><DT><A HREF="./org/easymock/AbstractMatcher.html#AbstractMatcher()"><B>AbstractMatcher()</B></A> -
Constructor for class org.easymock.<A HREF="./org/easymock/AbstractMatcher.html" title="class in org.easymock">AbstractMatcher</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/easymock/MockControl.html#ALWAYS_MATCHER"><B>ALWAYS_MATCHER</B></A> -
Static variable in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Matches always.
<DT><A HREF="./org/easymock/EasyMock.html#and(boolean, boolean)"><B>and(boolean, boolean)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a boolean that matches both given expectations.
<DT><A HREF="./org/easymock/EasyMock.html#and(byte, byte)"><B>and(byte, byte)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a byte that matches both given expectations.
<DT><A HREF="./org/easymock/EasyMock.html#and(char, char)"><B>and(char, char)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a char that matches both given expectations.
<DT><A HREF="./org/easymock/EasyMock.html#and(double, double)"><B>and(double, double)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a double that matches both given expectations.
<DT><A HREF="./org/easymock/EasyMock.html#and(float, float)"><B>and(float, float)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a float that matches both given expectations.
<DT><A HREF="./org/easymock/EasyMock.html#and(int, int)"><B>and(int, int)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects an int that matches both given expectations.
<DT><A HREF="./org/easymock/EasyMock.html#and(long, long)"><B>and(long, long)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a long that matches both given expectations.
<DT><A HREF="./org/easymock/EasyMock.html#and(short, short)"><B>and(short, short)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a short that matches both given expectations.
<DT><A HREF="./org/easymock/EasyMock.html#and(T, T)"><B>and(T, T)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects an Object that matches both given expectations.
<DT><A HREF="./org/easymock/IExpectationSetters.html#andAnswer(org.easymock.IAnswer)"><B>andAnswer(IAnswer&lt;? extends T&gt;)</B></A> -
Method in interface org.easymock.<A HREF="./org/easymock/IExpectationSetters.html" title="interface in org.easymock">IExpectationSetters</A>
<DD>Sets an object that will be used to calculate the answer for the expected
invocation (either return a value, or throw an exception).
<DT><A HREF="./org/easymock/IExpectationSetters.html#andReturn(T)"><B>andReturn(T)</B></A> -
Method in interface org.easymock.<A HREF="./org/easymock/IExpectationSetters.html" title="interface in org.easymock">IExpectationSetters</A>
<DD>Sets a return value that will be returned for the expected invocation.
<DT><A HREF="./org/easymock/IExpectationSetters.html#andStubAnswer(org.easymock.IAnswer)"><B>andStubAnswer(IAnswer&lt;? extends T&gt;)</B></A> -
Method in interface org.easymock.<A HREF="./org/easymock/IExpectationSetters.html" title="interface in org.easymock">IExpectationSetters</A>
<DD>Sets a stub object that will be used to calculate the answer for the
expected invocation (either return a value, or throw an exception).
<DT><A HREF="./org/easymock/IExpectationSetters.html#andStubReturn(T)"><B>andStubReturn(T)</B></A> -
Method in interface org.easymock.<A HREF="./org/easymock/IExpectationSetters.html" title="interface in org.easymock">IExpectationSetters</A>
<DD>Sets a stub return value that will be returned for the expected
invocation.
<DT><A HREF="./org/easymock/IExpectationSetters.html#andStubThrow(java.lang.Throwable)"><B>andStubThrow(Throwable)</B></A> -
Method in interface org.easymock.<A HREF="./org/easymock/IExpectationSetters.html" title="interface in org.easymock">IExpectationSetters</A>
<DD>Sets a stub throwable that will be thrown for the expected invocation.
<DT><A HREF="./org/easymock/IExpectationSetters.html#andThrow(java.lang.Throwable)"><B>andThrow(Throwable)</B></A> -
Method in interface org.easymock.<A HREF="./org/easymock/IExpectationSetters.html" title="interface in org.easymock">IExpectationSetters</A>
<DD>Sets a throwable that will be thrown for the expected invocation.
<DT><A HREF="./org/easymock/IAnswer.html#answer()"><B>answer()</B></A> -
Method in interface org.easymock.<A HREF="./org/easymock/IAnswer.html" title="interface in org.easymock">IAnswer</A>
<DD>is called by EasyMock to answer an expected call.
<DT><A HREF="./org/easymock/EasyMock.html#anyBoolean()"><B>anyBoolean()</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects any boolean argument.
<DT><A HREF="./org/easymock/EasyMock.html#anyByte()"><B>anyByte()</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects any byte argument.
<DT><A HREF="./org/easymock/EasyMock.html#anyChar()"><B>anyChar()</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects any char argument.
<DT><A HREF="./org/easymock/EasyMock.html#anyDouble()"><B>anyDouble()</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects any double argument.
<DT><A HREF="./org/easymock/EasyMock.html#anyFloat()"><B>anyFloat()</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects any float argument.
<DT><A HREF="./org/easymock/EasyMock.html#anyInt()"><B>anyInt()</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects any int argument.
<DT><A HREF="./org/easymock/EasyMock.html#anyLong()"><B>anyLong()</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects any long argument.
<DT><A HREF="./org/easymock/EasyMock.html#anyObject()"><B>anyObject()</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects any Object argument.
<DT><A HREF="./org/easymock/EasyMock.html#anyShort()"><B>anyShort()</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects any short argument.
<DT><A HREF="./org/easymock/IExpectationSetters.html#anyTimes()"><B>anyTimes()</B></A> -
Method in interface org.easymock.<A HREF="./org/easymock/IExpectationSetters.html" title="interface in org.easymock">IExpectationSetters</A>
<DD>Expect the last invocation any times.
<DT><A HREF="./org/easymock/IArgumentMatcher.html#appendTo(java.lang.StringBuffer)"><B>appendTo(StringBuffer)</B></A> -
Method in interface org.easymock.<A HREF="./org/easymock/IArgumentMatcher.html" title="interface in org.easymock">IArgumentMatcher</A>
<DD>Appends a string representation of this matcher to the given buffer.
<DT><A HREF="./org/easymock/AbstractMatcher.html#argumentMatches(java.lang.Object, java.lang.Object)"><B>argumentMatches(Object, Object)</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/AbstractMatcher.html" title="class in org.easymock">AbstractMatcher</A>
<DD><B>Deprecated.</B>&nbsp;Checks whether an expected argument matches an actual argument; the method
is used by
<A HREF="./org/easymock/AbstractMatcher.html#matches(java.lang.Object[], java.lang.Object[])"><CODE>AbstractMatcher.matches(Object[], Object[])</CODE></A>.
<DT><A HREF="./org/easymock/ArgumentsMatcher.html" title="interface in org.easymock"><B>ArgumentsMatcher</B></A> - Interface in <A HREF="./org/easymock/package-summary.html">org.easymock</A><DD><B>Deprecated.</B>&nbsp;<I>Since EasyMock 2.0, <code>ArgumentsMatcher</code>s are only supported
for the legacy <code>MockControl</code>. For mock objects generated by the methods
on <code>EasyMock</code>, there are per-argument matchers available. For more
information, see the EasyMock documentation.</I><DT><A HREF="./org/easymock/AbstractMatcher.html#argumentToString(java.lang.Object)"><B>argumentToString(Object)</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/AbstractMatcher.html" title="class in org.easymock">AbstractMatcher</A>
<DD><B>Deprecated.</B>&nbsp;Converts an argument to a String, used by
<A HREF="./org/easymock/AbstractMatcher.html#toString(java.lang.Object[])"><CODE>AbstractMatcher.toString(Object[])</CODE></A>.
<DT><A HREF="./org/easymock/MockControl.html#ARRAY_MATCHER"><B>ARRAY_MATCHER</B></A> -
Static variable in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Matches if each expected argument is equal to the corresponding actual
argument for non-array arguments; array arguments are compared with the
appropriate <code>java.util.Arrays.equals()</code> -method.
<DT><A HREF="./org/easymock/EasyMock.html#aryEq(boolean[])"><B>aryEq(boolean[])</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a boolean array that is equal to the given array, i.e. it has to
have the same length, and each element has to be equal.
<DT><A HREF="./org/easymock/EasyMock.html#aryEq(byte[])"><B>aryEq(byte[])</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a byte array that is equal to the given array, i.e. it has to
have the same length, and each element has to be equal.
<DT><A HREF="./org/easymock/EasyMock.html#aryEq(char[])"><B>aryEq(char[])</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a char array that is equal to the given array, i.e. it has to
have the same length, and each element has to be equal.
<DT><A HREF="./org/easymock/EasyMock.html#aryEq(double[])"><B>aryEq(double[])</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a double array that is equal to the given array, i.e. it has to
have the same length, and each element has to be equal.
<DT><A HREF="./org/easymock/EasyMock.html#aryEq(float[])"><B>aryEq(float[])</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a float array that is equal to the given array, i.e. it has to
have the same length, and each element has to be equal.
<DT><A HREF="./org/easymock/EasyMock.html#aryEq(int[])"><B>aryEq(int[])</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects an int array that is equal to the given array, i.e. it has to
have the same length, and each element has to be equal.
<DT><A HREF="./org/easymock/EasyMock.html#aryEq(long[])"><B>aryEq(long[])</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a long array that is equal to the given array, i.e. it has to
have the same length, and each element has to be equal.
<DT><A HREF="./org/easymock/EasyMock.html#aryEq(short[])"><B>aryEq(short[])</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a short array that is equal to the given array, i.e. it has to
have the same length, and each element has to be equal.
<DT><A HREF="./org/easymock/EasyMock.html#aryEq(T[])"><B>aryEq(T[])</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects an Object array that is equal to the given array, i.e. it has to
have the same type, length, and each element has to be equal.
<DT><A HREF="./org/easymock/IExpectationSetters.html#asStub()"><B>asStub()</B></A> -
Method in interface org.easymock.<A HREF="./org/easymock/IExpectationSetters.html" title="interface in org.easymock">IExpectationSetters</A>
<DD>Sets stub behavior for the expected invocation (this is needed for void
methods).
<DT><A HREF="./org/easymock/IExpectationSetters.html#atLeastOnce()"><B>atLeastOnce()</B></A> -
Method in interface org.easymock.<A HREF="./org/easymock/IExpectationSetters.html" title="interface in org.easymock">IExpectationSetters</A>
<DD>Expect the last invocation at least once.
</DL>
<HR>
<A NAME="_C_"><!-- --></A><H2>
<B>C</B></H2>
<DL>
<DT><A HREF="./org/easymock/Capture.html" title="class in org.easymock"><B>Capture</B></A>&lt;<A HREF="./org/easymock/Capture.html" title="type parameter in Capture">T</A>&gt; - Class in <A HREF="./org/easymock/package-summary.html">org.easymock</A><DD>Will contain what was captured by the <code>capture()</code> matcher.<DT><A HREF="./org/easymock/Capture.html#Capture()"><B>Capture()</B></A> -
Constructor for class org.easymock.<A HREF="./org/easymock/Capture.html" title="class in org.easymock">Capture</A>
<DD>&nbsp;
<DT><A HREF="./org/easymock/EasyMock.html#capture(org.easymock.Capture)"><B>capture(Capture&lt;T&gt;)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expect any object but captures it for later use.
<DT><A HREF="./org/easymock/EasyMock.html#capture(org.easymock.Capture)"><B>capture(Capture&lt;Integer&gt;)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expect any int but captures it for later use.
<DT><A HREF="./org/easymock/EasyMock.html#capture(org.easymock.Capture)"><B>capture(Capture&lt;Long&gt;)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expect any long but captures it for later use.
<DT><A HREF="./org/easymock/EasyMock.html#capture(org.easymock.Capture)"><B>capture(Capture&lt;Float&gt;)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expect any float but captures it for later use.
<DT><A HREF="./org/easymock/EasyMock.html#capture(org.easymock.Capture)"><B>capture(Capture&lt;Double&gt;)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expect any double but captures it for later use.
<DT><A HREF="./org/easymock/EasyMock.html#capture(org.easymock.Capture)"><B>capture(Capture&lt;Byte&gt;)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expect any byte but captures it for later use.
<DT><A HREF="./org/easymock/EasyMock.html#capture(org.easymock.Capture)"><B>capture(Capture&lt;Character&gt;)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expect any char but captures it for later use.
<DT><A HREF="./org/easymock/EasyMock.html#checkOrder(java.lang.Object, boolean)"><B>checkOrder(Object, boolean)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Switches order checking of the given mock object (more exactly: the
control of the mock object) the on and off.
<DT><A HREF="./org/easymock/IMocksControl.html#checkOrder(boolean)"><B>checkOrder(boolean)</B></A> -
Method in interface org.easymock.<A HREF="./org/easymock/IMocksControl.html" title="interface in org.easymock">IMocksControl</A>
<DD>Switches order checking on and off.
<DT><A HREF="./org/easymock/EasyMock.html#cmp(T, java.util.Comparator, org.easymock.LogicalOperator)"><B>cmp(T, Comparator&lt;? super T&gt;, LogicalOperator)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects an argument that will be compared using the provided comparator.
<DT><A HREF="./org/easymock/EasyMock.html#cmpEq(java.lang.Comparable)"><B>cmpEq(Comparable&lt;T&gt;)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a comparable argument equals to the given value according to their
compareTo method.
<DT><A HREF="./org/easymock/EasyMock.html#contains(java.lang.String)"><B>contains(String)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a string that contains the given substring.
<DT><A HREF="./org/easymock/EasyMock.html#createControl()"><B>createControl()</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Creates a control, order checking is disabled by default.
<DT><A HREF="./org/easymock/MockControl.html#createControl(java.lang.Class)"><B>createControl(Class&lt;T&gt;)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Creates a mock control object for the specified interface.
<DT><A HREF="./org/easymock/EasyMock.html#createMock(java.lang.Class)"><B>createMock(Class&lt;T&gt;)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Creates a mock object that implements the given interface, order checking
is disabled by default.
<DT><A HREF="./org/easymock/EasyMock.html#createMock(java.lang.String, java.lang.Class)"><B>createMock(String, Class&lt;T&gt;)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Creates a mock object that implements the given interface, order checking
is disabled by default.
<DT><A HREF="./org/easymock/IMocksControl.html#createMock(java.lang.Class)"><B>createMock(Class&lt;T&gt;)</B></A> -
Method in interface org.easymock.<A HREF="./org/easymock/IMocksControl.html" title="interface in org.easymock">IMocksControl</A>
<DD>Creates a mock object that implements the given interface.
<DT><A HREF="./org/easymock/IMocksControl.html#createMock(java.lang.String, java.lang.Class)"><B>createMock(String, Class&lt;T&gt;)</B></A> -
Method in interface org.easymock.<A HREF="./org/easymock/IMocksControl.html" title="interface in org.easymock">IMocksControl</A>
<DD>Creates a mock object that implements the given interface.
<DT><A HREF="./org/easymock/EasyMock.html#createNiceControl()"><B>createNiceControl()</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Creates a control, order checking is disabled by default, and the mock
objects created by this control will return <code>0</code>,
<code>null</code> or <code>false</code> for unexpected invocations.
<DT><A HREF="./org/easymock/MockControl.html#createNiceControl(java.lang.Class)"><B>createNiceControl(Class&lt;T&gt;)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Creates a mock control object for the specified interface.
<DT><A HREF="./org/easymock/EasyMock.html#createNiceMock(java.lang.Class)"><B>createNiceMock(Class&lt;T&gt;)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Creates a mock object that implements the given interface, order checking
is disabled by default, and the mock object will return <code>0</code>,
<code>null</code> or <code>false</code> for unexpected invocations.
<DT><A HREF="./org/easymock/EasyMock.html#createNiceMock(java.lang.String, java.lang.Class)"><B>createNiceMock(String, Class&lt;T&gt;)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Creates a mock object that implements the given interface, order checking
is disabled by default, and the mock object will return <code>0</code>,
<code>null</code> or <code>false</code> for unexpected invocations.
<DT><A HREF="./org/easymock/EasyMock.html#createStrictControl()"><B>createStrictControl()</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Creates a control, order checking is enabled by default.
<DT><A HREF="./org/easymock/MockControl.html#createStrictControl(java.lang.Class)"><B>createStrictControl(Class&lt;T&gt;)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Creates a mock control object for the specified interface.
<DT><A HREF="./org/easymock/EasyMock.html#createStrictMock(java.lang.Class)"><B>createStrictMock(Class&lt;T&gt;)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Creates a mock object that implements the given interface, order checking
is enabled by default.
<DT><A HREF="./org/easymock/EasyMock.html#createStrictMock(java.lang.String, java.lang.Class)"><B>createStrictMock(String, Class&lt;T&gt;)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Creates a mock object that implements the given interface, order checking
is enabled by default.
</DL>
<HR>
<A NAME="_E_"><!-- --></A><H2>
<B>E</B></H2>
<DL>
<DT><A HREF="./org/easymock/EasyMock.html" title="class in org.easymock"><B>EasyMock</B></A> - Class in <A HREF="./org/easymock/package-summary.html">org.easymock</A><DD>&nbsp;<DT><A HREF="./org/easymock/EasyMock.html#EasyMock()"><B>EasyMock()</B></A> -
Constructor for class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>&nbsp;
<DT><A HREF="./org/easymock/EasyMock.html#endsWith(java.lang.String)"><B>endsWith(String)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a string that ends with the given suffix.
<DT><A HREF="./org/easymock/EasyMock.html#eq(boolean)"><B>eq(boolean)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a boolean that is equal to the given value.
<DT><A HREF="./org/easymock/EasyMock.html#eq(byte)"><B>eq(byte)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a byte that is equal to the given value.
<DT><A HREF="./org/easymock/EasyMock.html#eq(char)"><B>eq(char)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a char that is equal to the given value.
<DT><A HREF="./org/easymock/EasyMock.html#eq(double)"><B>eq(double)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a double that is equal to the given value.
<DT><A HREF="./org/easymock/EasyMock.html#eq(float)"><B>eq(float)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a float that is equal to the given value.
<DT><A HREF="./org/easymock/EasyMock.html#eq(int)"><B>eq(int)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects an int that is equal to the given value.
<DT><A HREF="./org/easymock/EasyMock.html#eq(long)"><B>eq(long)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a long that is equal to the given value.
<DT><A HREF="./org/easymock/EasyMock.html#eq(short)"><B>eq(short)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a short that is equal to the given value.
<DT><A HREF="./org/easymock/EasyMock.html#eq(T)"><B>eq(T)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects an Object that is equal to the given value.
<DT><A HREF="./org/easymock/EasyMock.html#eq(double, double)"><B>eq(double, double)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a double that has an absolute difference to the given value that
is less than the given delta.
<DT><A HREF="./org/easymock/EasyMock.html#eq(float, float)"><B>eq(float, float)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a float that has an absolute difference to the given value that
is less than the given delta.
<DT><A HREF="./org/easymock/MockControl.html#EQUALS_MATCHER"><B>EQUALS_MATCHER</B></A> -
Static variable in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Matches if each expected argument is equal to the corresponding actual
argument.
<DT><A HREF="./org/easymock/EasyMock.html#expect(T)"><B>expect(T)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Returns the expectation setter for the last expected invocation in the
current thread.
<DT><A HREF="./org/easymock/MockControl.html#expectAndDefaultReturn(V1, V2)"><B>expectAndDefaultReturn(V1, V2)</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Same as <A HREF="./org/easymock/MockControl.html#setDefaultReturnValue(java.lang.Object)"><CODE>setDefaultReturnValue(Object)</CODE></A>.
<DT><A HREF="./org/easymock/MockControl.html#expectAndDefaultThrow(java.lang.Object, java.lang.Throwable)"><B>expectAndDefaultThrow(Object, Throwable)</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Same as <A HREF="./org/easymock/MockControl.html#setDefaultThrowable(java.lang.Throwable)"><CODE>setDefaultThrowable(Throwable)</CODE></A>.
<DT><A HREF="./org/easymock/MockControl.html#expectAndReturn(V1, V2)"><B>expectAndReturn(V1, V2)</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Same as <A HREF="./org/easymock/MockControl.html#setReturnValue(java.lang.Object)"><CODE>setReturnValue(Object)</CODE></A>.
<DT><A HREF="./org/easymock/MockControl.html#expectAndReturn(int, int)"><B>expectAndReturn(int, int)</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/easymock/MockControl.html#expectAndReturn(V1, V2, org.easymock.internal.Range)"><B>expectAndReturn(V1, V2, Range)</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Same as <A HREF="./org/easymock/MockControl.html#setReturnValue(java.lang.Object, org.easymock.internal.Range)"><CODE>setReturnValue(Object, Range)</CODE></A>.
<DT><A HREF="./org/easymock/MockControl.html#expectAndReturn(int, int, org.easymock.internal.Range)"><B>expectAndReturn(int, int, Range)</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/easymock/MockControl.html#expectAndReturn(V1, V2, int)"><B>expectAndReturn(V1, V2, int)</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Same as <A HREF="./org/easymock/MockControl.html#setReturnValue(java.lang.Object, int)"><CODE>setReturnValue(Object, int)</CODE></A>.
<DT><A HREF="./org/easymock/MockControl.html#expectAndReturn(int, int, int)"><B>expectAndReturn(int, int, int)</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/easymock/MockControl.html#expectAndReturn(V1, V2, int, int)"><B>expectAndReturn(V1, V2, int, int)</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Same as <A HREF="./org/easymock/MockControl.html#setReturnValue(java.lang.Object, int, int)"><CODE>setReturnValue(Object, int, int)</CODE></A>.
<DT><A HREF="./org/easymock/MockControl.html#expectAndReturn(int, int, int, int)"><B>expectAndReturn(int, int, int, int)</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/easymock/MockControl.html#expectAndThrow(java.lang.Object, java.lang.Throwable)"><B>expectAndThrow(Object, Throwable)</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Same as <A HREF="./org/easymock/MockControl.html#setThrowable(java.lang.Throwable)"><CODE>setThrowable(Throwable)</CODE></A>.
<DT><A HREF="./org/easymock/MockControl.html#expectAndThrow(java.lang.Object, java.lang.Throwable, org.easymock.internal.Range)"><B>expectAndThrow(Object, Throwable, Range)</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Same as <A HREF="./org/easymock/MockControl.html#setThrowable(java.lang.Throwable, org.easymock.internal.Range)"><CODE>setThrowable(Throwable, Range)</CODE></A>.
<DT><A HREF="./org/easymock/MockControl.html#expectAndThrow(java.lang.Object, java.lang.Throwable, int)"><B>expectAndThrow(Object, Throwable, int)</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Same as <A HREF="./org/easymock/MockControl.html#setThrowable(java.lang.Throwable, int)"><CODE>setThrowable(Throwable, int)</CODE></A>.
<DT><A HREF="./org/easymock/MockControl.html#expectAndThrow(java.lang.Object, java.lang.Throwable, int, int)"><B>expectAndThrow(Object, Throwable, int, int)</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Same as <A HREF="./org/easymock/MockControl.html#setThrowable(java.lang.Throwable, int, int)"><CODE>setThrowable(Throwable, int, int)</CODE></A>.
<DT><A HREF="./org/easymock/EasyMock.html#expectLastCall()"><B>expectLastCall()</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Returns the expectation setter for the last expected invocation in the
current thread.
</DL>
<HR>
<A NAME="_F_"><!-- --></A><H2>
<B>F</B></H2>
<DL>
<DT><A HREF="./org/easymock/EasyMock.html#find(java.lang.String)"><B>find(String)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a string that contains a substring that matches the given regular
expression.
</DL>
<HR>
<A NAME="_G_"><!-- --></A><H2>
<B>G</B></H2>
<DL>
<DT><A HREF="./org/easymock/EasyMock.html#geq(java.lang.Comparable)"><B>geq(Comparable&lt;T&gt;)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a comparable argument greater than or equal the given value.
<DT><A HREF="./org/easymock/EasyMock.html#geq(byte)"><B>geq(byte)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a byte argument greater than or equal to the given value.
<DT><A HREF="./org/easymock/EasyMock.html#geq(double)"><B>geq(double)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a double argument greater than or equal to the given value.
<DT><A HREF="./org/easymock/EasyMock.html#geq(float)"><B>geq(float)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a float argument greater than or equal to the given value.
<DT><A HREF="./org/easymock/EasyMock.html#geq(int)"><B>geq(int)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects an int argument greater than or equal to the given value.
<DT><A HREF="./org/easymock/EasyMock.html#geq(long)"><B>geq(long)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a long argument greater than or equal to the given value.
<DT><A HREF="./org/easymock/EasyMock.html#geq(short)"><B>geq(short)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a short argument greater than or equal to the given value.
<DT><A HREF="./org/easymock/EasyMock.html#getCurrentArguments()"><B>getCurrentArguments()</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Returns the arguments of the current mock method call, if inside an
<code>IAnswer</code> callback - be careful here, reordering parameters of
method changes the semantics of your tests.
<DT><A HREF="./org/easymock/MockControl.html#getMock()"><B>getMock()</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Returns the mock object.
<DT><A HREF="./org/easymock/LogicalOperator.html#getSymbol()"><B>getSymbol()</B></A> -
Method in enum org.easymock.<A HREF="./org/easymock/LogicalOperator.html" title="enum in org.easymock">LogicalOperator</A>
<DD>&nbsp;
<DT><A HREF="./org/easymock/Capture.html#getValue()"><B>getValue()</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/Capture.html" title="class in org.easymock">Capture</A>
<DD>Return the captured value
<DT><A HREF="./org/easymock/EasyMock.html#gt(java.lang.Comparable)"><B>gt(Comparable&lt;T&gt;)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a comparable argument greater than the given value.
<DT><A HREF="./org/easymock/EasyMock.html#gt(byte)"><B>gt(byte)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a byte argument greater than the given value.
<DT><A HREF="./org/easymock/EasyMock.html#gt(double)"><B>gt(double)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a double argument greater than the given value.
<DT><A HREF="./org/easymock/EasyMock.html#gt(float)"><B>gt(float)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a float argument greater than the given value.
<DT><A HREF="./org/easymock/EasyMock.html#gt(int)"><B>gt(int)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects an int argument greater than the given value.
<DT><A HREF="./org/easymock/EasyMock.html#gt(long)"><B>gt(long)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a long argument greater than the given value.
<DT><A HREF="./org/easymock/EasyMock.html#gt(short)"><B>gt(short)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a short argument greater than the given value.
</DL>
<HR>
<A NAME="_H_"><!-- --></A><H2>
<B>H</B></H2>
<DL>
<DT><A HREF="./org/easymock/Capture.html#hasCaptured()"><B>hasCaptured()</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/Capture.html" title="class in org.easymock">Capture</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_I_"><!-- --></A><H2>
<B>I</B></H2>
<DL>
<DT><A HREF="./org/easymock/IAnswer.html" title="interface in org.easymock"><B>IAnswer</B></A>&lt;<A HREF="./org/easymock/IAnswer.html" title="type parameter in IAnswer">T</A>&gt; - Interface in <A HREF="./org/easymock/package-summary.html">org.easymock</A><DD>Used to answer expected calls.<DT><A HREF="./org/easymock/IArgumentMatcher.html" title="interface in org.easymock"><B>IArgumentMatcher</B></A> - Interface in <A HREF="./org/easymock/package-summary.html">org.easymock</A><DD>Decides whether an actual argument is accepted.<DT><A HREF="./org/easymock/IExpectationSetters.html" title="interface in org.easymock"><B>IExpectationSetters</B></A>&lt;<A HREF="./org/easymock/IExpectationSetters.html" title="type parameter in IExpectationSetters">T</A>&gt; - Interface in <A HREF="./org/easymock/package-summary.html">org.easymock</A><DD>Allows setting expectations for an associated expected invocation.<DT><A HREF="./org/easymock/IMocksControl.html" title="interface in org.easymock"><B>IMocksControl</B></A> - Interface in <A HREF="./org/easymock/package-summary.html">org.easymock</A><DD>Controls all the mock objects created by it.<DT><A HREF="./org/easymock/EasyMock.html#isA(java.lang.Class)"><B>isA(Class&lt;T&gt;)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects an object implementing the given class.
<DT><A HREF="./org/easymock/EasyMock.html#isNull()"><B>isNull()</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects null.
</DL>
<HR>
<A NAME="_L_"><!-- --></A><H2>
<B>L</B></H2>
<DL>
<DT><A HREF="./org/easymock/EasyMock.html#leq(java.lang.Comparable)"><B>leq(Comparable&lt;T&gt;)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a comparable argument less than or equal the given value.
<DT><A HREF="./org/easymock/EasyMock.html#leq(byte)"><B>leq(byte)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a byte argument less than or equal to the given value.
<DT><A HREF="./org/easymock/EasyMock.html#leq(double)"><B>leq(double)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a double argument less than or equal to the given value.
<DT><A HREF="./org/easymock/EasyMock.html#leq(float)"><B>leq(float)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a float argument less than or equal to the given value.
<DT><A HREF="./org/easymock/EasyMock.html#leq(int)"><B>leq(int)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects an int argument less than or equal to the given value.
<DT><A HREF="./org/easymock/EasyMock.html#leq(long)"><B>leq(long)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a long argument less than or equal to the given value.
<DT><A HREF="./org/easymock/EasyMock.html#leq(short)"><B>leq(short)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a short argument less than or equal to the given value.
<DT><A HREF="./org/easymock/LogicalOperator.html" title="enum in org.easymock"><B>LogicalOperator</B></A> - Enum in <A HREF="./org/easymock/package-summary.html">org.easymock</A><DD>See <A HREF="./org/easymock/EasyMock.html#cmp(T, java.util.Comparator, org.easymock.LogicalOperator)"><CODE>EasyMock.cmp(T, java.util.Comparator<? super T>, org.easymock.LogicalOperator)</CODE></A><DT><A HREF="./org/easymock/EasyMock.html#lt(java.lang.Comparable)"><B>lt(Comparable&lt;T&gt;)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a comparable argument less than the given value.
<DT><A HREF="./org/easymock/EasyMock.html#lt(byte)"><B>lt(byte)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a byte argument less than the given value.
<DT><A HREF="./org/easymock/EasyMock.html#lt(double)"><B>lt(double)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a double argument less than the given value.
<DT><A HREF="./org/easymock/EasyMock.html#lt(float)"><B>lt(float)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a float argument less than the given value.
<DT><A HREF="./org/easymock/EasyMock.html#lt(int)"><B>lt(int)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects an int argument less than the given value.
<DT><A HREF="./org/easymock/EasyMock.html#lt(long)"><B>lt(long)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a long argument less than the given value.
<DT><A HREF="./org/easymock/EasyMock.html#lt(short)"><B>lt(short)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a short argument less than the given value.
</DL>
<HR>
<A NAME="_M_"><!-- --></A><H2>
<B>M</B></H2>
<DL>
<DT><A HREF="./org/easymock/EasyMock.html#makeThreadSafe(java.lang.Object, boolean)"><B>makeThreadSafe(Object, boolean)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Makes the mock thread safe.
<DT><A HREF="./org/easymock/IMocksControl.html#makeThreadSafe(boolean)"><B>makeThreadSafe(boolean)</B></A> -
Method in interface org.easymock.<A HREF="./org/easymock/IMocksControl.html" title="interface in org.easymock">IMocksControl</A>
<DD>Makes the mock thread safe.
<DT><A HREF="./org/easymock/AbstractMatcher.html#matches(java.lang.Object[], java.lang.Object[])"><B>matches(Object[], Object[])</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/AbstractMatcher.html" title="class in org.easymock">AbstractMatcher</A>
<DD><B>Deprecated.</B>&nbsp;Checks whether an expected argument array matches an actual argument array.
<DT><A HREF="./org/easymock/ArgumentsMatcher.html#matches(java.lang.Object[], java.lang.Object[])"><B>matches(Object[], Object[])</B></A> -
Method in interface org.easymock.<A HREF="./org/easymock/ArgumentsMatcher.html" title="interface in org.easymock">ArgumentsMatcher</A>
<DD><B>Deprecated.</B>&nbsp;Matches two arrays of arguments.
<DT><A HREF="./org/easymock/EasyMock.html#matches(java.lang.String)"><B>matches(String)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a string that matches the given regular expression.
<DT><A HREF="./org/easymock/IArgumentMatcher.html#matches(java.lang.Object)"><B>matches(Object)</B></A> -
Method in interface org.easymock.<A HREF="./org/easymock/IArgumentMatcher.html" title="interface in org.easymock">IArgumentMatcher</A>
<DD>Returns whether this matcher accepts the given argument.
<DT><A HREF="./org/easymock/LogicalOperator.html#matchResult(int)"><B>matchResult(int)</B></A> -
Method in enum org.easymock.<A HREF="./org/easymock/LogicalOperator.html" title="enum in org.easymock">LogicalOperator</A>
<DD>&nbsp;
<DT><A HREF="./org/easymock/MockControl.html" title="class in org.easymock"><B>MockControl</B></A>&lt;<A HREF="./org/easymock/MockControl.html" title="type parameter in MockControl">T</A>&gt; - Class in <A HREF="./org/easymock/package-summary.html">org.easymock</A><DD><B>Deprecated.</B>&nbsp;<I>Since EasyMock 2.0, static methods on <code>EasyMock</code> are
used to create and control mock objects.</I><DT><A HREF="./org/easymock/MockControl.html#MockControl(org.easymock.internal.MocksControl, java.lang.Class)"><B>MockControl(MocksControl, Class&lt;T&gt;)</B></A> -
Constructor for class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
</DL>
<HR>
<A NAME="_N_"><!-- --></A><H2>
<B>N</B></H2>
<DL>
<DT><A HREF="./org/easymock/EasyMock.html#not(boolean)"><B>not(boolean)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a boolean that does not match the given expectation.
<DT><A HREF="./org/easymock/EasyMock.html#not(byte)"><B>not(byte)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a byte that does not match the given expectation.
<DT><A HREF="./org/easymock/EasyMock.html#not(char)"><B>not(char)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a char that does not match the given expectation.
<DT><A HREF="./org/easymock/EasyMock.html#not(double)"><B>not(double)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a double that does not match the given expectation.
<DT><A HREF="./org/easymock/EasyMock.html#not(float)"><B>not(float)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a float that does not match the given expectation.
<DT><A HREF="./org/easymock/EasyMock.html#not(int)"><B>not(int)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects an int that does not match the given expectation.
<DT><A HREF="./org/easymock/EasyMock.html#not(long)"><B>not(long)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a long that does not match the given expectation.
<DT><A HREF="./org/easymock/EasyMock.html#not(short)"><B>not(short)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a short that does not match the given expectation.
<DT><A HREF="./org/easymock/EasyMock.html#not(T)"><B>not(T)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects an Object that does not match the given expectation.
<DT><A HREF="./org/easymock/EasyMock.html#notNull()"><B>notNull()</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects not null.
</DL>
<HR>
<A NAME="_O_"><!-- --></A><H2>
<B>O</B></H2>
<DL>
<DT><A HREF="./org/easymock/IExpectationSetters.html#once()"><B>once()</B></A> -
Method in interface org.easymock.<A HREF="./org/easymock/IExpectationSetters.html" title="interface in org.easymock">IExpectationSetters</A>
<DD>Expect the last invocation once.
<DT><A HREF="./org/easymock/MockControl.html#ONE"><B>ONE</B></A> -
Static variable in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Exactly one call.
<DT><A HREF="./org/easymock/MockControl.html#ONE_OR_MORE"><B>ONE_OR_MORE</B></A> -
Static variable in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;One or more calls.
<DT><A HREF="./org/easymock/EasyMock.html#or(boolean, boolean)"><B>or(boolean, boolean)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a boolean that matches one of the given expectations.
<DT><A HREF="./org/easymock/EasyMock.html#or(byte, byte)"><B>or(byte, byte)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a byte that matches one of the given expectations.
<DT><A HREF="./org/easymock/EasyMock.html#or(char, char)"><B>or(char, char)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a char that matches one of the given expectations.
<DT><A HREF="./org/easymock/EasyMock.html#or(double, double)"><B>or(double, double)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a double that matches one of the given expectations.
<DT><A HREF="./org/easymock/EasyMock.html#or(float, float)"><B>or(float, float)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a float that matches one of the given expectations.
<DT><A HREF="./org/easymock/EasyMock.html#or(int, int)"><B>or(int, int)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects an int that matches one of the given expectations.
<DT><A HREF="./org/easymock/EasyMock.html#or(long, long)"><B>or(long, long)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a long that matches one of the given expectations.
<DT><A HREF="./org/easymock/EasyMock.html#or(short, short)"><B>or(short, short)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a short that matches one of the given expectations.
<DT><A HREF="./org/easymock/EasyMock.html#or(T, T)"><B>or(T, T)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects an Object that matches one of the given expectations.
<DT><A HREF="./org/easymock/package-summary.html"><B>org.easymock</B></A> - package org.easymock<DD>&nbsp;</DL>
<HR>
<A NAME="_R_"><!-- --></A><H2>
<B>R</B></H2>
<DL>
<DT><A HREF="./org/easymock/EasyMock.html#replay(java.lang.Object...)"><B>replay(Object...)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Switches the given mock objects (more exactly: the controls of the mock
objects) to replay mode.
<DT><A HREF="./org/easymock/IMocksControl.html#replay()"><B>replay()</B></A> -
Method in interface org.easymock.<A HREF="./org/easymock/IMocksControl.html" title="interface in org.easymock">IMocksControl</A>
<DD>Switches the control from record mode to replay mode.
<DT><A HREF="./org/easymock/MockControl.html#replay()"><B>replay()</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Switches the mock object from record state to replay state.
<DT><A HREF="./org/easymock/EasyMock.html#reportMatcher(org.easymock.IArgumentMatcher)"><B>reportMatcher(IArgumentMatcher)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Reports an argument matcher.
<DT><A HREF="./org/easymock/Capture.html#reset()"><B>reset()</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/Capture.html" title="class in org.easymock">Capture</A>
<DD>Will reset capture to a "nothing captured yet" state
<DT><A HREF="./org/easymock/EasyMock.html#reset(java.lang.Object...)"><B>reset(Object...)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Resets the given mock objects (more exactly: the controls of the mock
objects).
<DT><A HREF="./org/easymock/IMocksControl.html#reset()"><B>reset()</B></A> -
Method in interface org.easymock.<A HREF="./org/easymock/IMocksControl.html" title="interface in org.easymock">IMocksControl</A>
<DD>Removes all expectations for the mock objects of this control.
<DT><A HREF="./org/easymock/MockControl.html#reset()"><B>reset()</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Resets the mock control and the mock object to the state directly after
creation.
<DT><A HREF="./org/easymock/EasyMock.html#resetToDefault(java.lang.Object...)"><B>resetToDefault(Object...)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Resets the given mock objects (more exactly: the controls of the mock
objects) and turn them to a mock with default behavior.
<DT><A HREF="./org/easymock/IMocksControl.html#resetToDefault()"><B>resetToDefault()</B></A> -
Method in interface org.easymock.<A HREF="./org/easymock/IMocksControl.html" title="interface in org.easymock">IMocksControl</A>
<DD>Removes all expectations for the mock objects of this control and turn
them to default mocks.
<DT><A HREF="./org/easymock/EasyMock.html#resetToNice(java.lang.Object...)"><B>resetToNice(Object...)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Resets the given mock objects (more exactly: the controls of the mock
objects) and turn them to a mock with nice behavior.
<DT><A HREF="./org/easymock/IMocksControl.html#resetToNice()"><B>resetToNice()</B></A> -
Method in interface org.easymock.<A HREF="./org/easymock/IMocksControl.html" title="interface in org.easymock">IMocksControl</A>
<DD>Removes all expectations for the mock objects of this control and turn
them to nice mocks.
<DT><A HREF="./org/easymock/EasyMock.html#resetToStrict(java.lang.Object...)"><B>resetToStrict(Object...)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Resets the given mock objects (more exactly: the controls of the mock
objects) and turn them to a mock with strict behavior.
<DT><A HREF="./org/easymock/IMocksControl.html#resetToStrict()"><B>resetToStrict()</B></A> -
Method in interface org.easymock.<A HREF="./org/easymock/IMocksControl.html" title="interface in org.easymock">IMocksControl</A>
<DD>Removes all expectations for the mock objects of this control and turn
them to strict mocks.
</DL>
<HR>
<A NAME="_S_"><!-- --></A><H2>
<B>S</B></H2>
<DL>
<DT><A HREF="./org/easymock/EasyMock.html#same(T)"><B>same(T)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects an Object that is the same as the given value.
<DT><A HREF="./org/easymock/MockControl.html#setDefaultMatcher(org.easymock.ArgumentsMatcher)"><B>setDefaultMatcher(ArgumentsMatcher)</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Sets the default ArgumentsMatcher for all methods of the mock object.
<DT><A HREF="./org/easymock/MockControl.html#setDefaultReturnValue(java.lang.Object)"><B>setDefaultReturnValue(Object)</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Records that the mock object will by default allow the last method
specified by a method call, and will react by returning the provided
return value.
<DT><A HREF="./org/easymock/MockControl.html#setDefaultThrowable(java.lang.Throwable)"><B>setDefaultThrowable(Throwable)</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Records that the mock object will by default allow the last method
specified by a method call, and will react by throwing the provided
Throwable.
<DT><A HREF="./org/easymock/MockControl.html#setDefaultVoidCallable()"><B>setDefaultVoidCallable()</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Records that the mock object will by default allow the last method
specified by a method call.
<DT><A HREF="./org/easymock/MockControl.html#setMatcher(org.easymock.ArgumentsMatcher)"><B>setMatcher(ArgumentsMatcher)</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Sets the ArgumentsMatcher for the last method called on the mock object.
<DT><A HREF="./org/easymock/MockControl.html#setReturnValue(java.lang.Object)"><B>setReturnValue(Object)</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Records that the mock object will expect the last method call once, and
will react by returning the provided return value.
<DT><A HREF="./org/easymock/MockControl.html#setReturnValue(java.lang.Object, int)"><B>setReturnValue(Object, int)</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Records that the mock object will expect the last method call a fixed
number of times, and will react by returning the provided return value.
<DT><A HREF="./org/easymock/MockControl.html#setReturnValue(java.lang.Object, org.easymock.internal.Range)"><B>setReturnValue(Object, Range)</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Records that the mock object will expect the last method call a fixed
number of times, and will react by returning the provided return value.
<DT><A HREF="./org/easymock/MockControl.html#setReturnValue(java.lang.Object, int, int)"><B>setReturnValue(Object, int, int)</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Records that the mock object will expect the last method call between
<code>minCount</code> and <code>maxCount</code> times, and will react
by returning the provided return value.
<DT><A HREF="./org/easymock/MockControl.html#setThrowable(java.lang.Throwable)"><B>setThrowable(Throwable)</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Records that the mock object will expect the last method call once, and
will react by throwing the provided Throwable.
<DT><A HREF="./org/easymock/MockControl.html#setThrowable(java.lang.Throwable, int)"><B>setThrowable(Throwable, int)</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Records that the mock object will expect the last method call a fixed
number of times, and will react by throwing the provided Throwable.
<DT><A HREF="./org/easymock/MockControl.html#setThrowable(java.lang.Throwable, int, int)"><B>setThrowable(Throwable, int, int)</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Records that the mock object will expect the last method call between
<code>minCount</code> and <code>maxCount</code> times, and will react
by throwing the provided Throwable.
<DT><A HREF="./org/easymock/MockControl.html#setThrowable(java.lang.Throwable, org.easymock.internal.Range)"><B>setThrowable(Throwable, Range)</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/easymock/Capture.html#setValue(T)"><B>setValue(T)</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/Capture.html" title="class in org.easymock">Capture</A>
<DD>Used internally by the EasyMock framework to set the captured value
<DT><A HREF="./org/easymock/MockControl.html#setVoidCallable()"><B>setVoidCallable()</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Records that the mock object will expect the last method call once, and
will react by returning silently.
<DT><A HREF="./org/easymock/MockControl.html#setVoidCallable(int)"><B>setVoidCallable(int)</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Records that the mock object will expect the last method call a fixed
number of times, and will react by returning silently.
<DT><A HREF="./org/easymock/MockControl.html#setVoidCallable(int, int)"><B>setVoidCallable(int, int)</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Records that the mock object will expect the last method call between
<code>minCount</code> and <code>maxCount</code> times, and will react
by returning silently.
<DT><A HREF="./org/easymock/MockControl.html#setVoidCallable(org.easymock.internal.Range)"><B>setVoidCallable(Range)</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;&nbsp;
<DT><A HREF="./org/easymock/EasyMock.html#startsWith(java.lang.String)"><B>startsWith(String)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Expects a string that starts with the given prefix.
</DL>
<HR>
<A NAME="_T_"><!-- --></A><H2>
<B>T</B></H2>
<DL>
<DT><A HREF="./org/easymock/IExpectationSetters.html#times(int)"><B>times(int)</B></A> -
Method in interface org.easymock.<A HREF="./org/easymock/IExpectationSetters.html" title="interface in org.easymock">IExpectationSetters</A>
<DD>Expect the last invocation <code>count</code> times.
<DT><A HREF="./org/easymock/IExpectationSetters.html#times(int, int)"><B>times(int, int)</B></A> -
Method in interface org.easymock.<A HREF="./org/easymock/IExpectationSetters.html" title="interface in org.easymock">IExpectationSetters</A>
<DD>Expect the last invocation between <code>min</code> and
<code>max</code> times.
<DT><A HREF="./org/easymock/AbstractMatcher.html#toString(java.lang.Object[])"><B>toString(Object[])</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/AbstractMatcher.html" title="class in org.easymock">AbstractMatcher</A>
<DD><B>Deprecated.</B>&nbsp;Returns a string representation of the matcher.
<DT><A HREF="./org/easymock/ArgumentsMatcher.html#toString(java.lang.Object[])"><B>toString(Object[])</B></A> -
Method in interface org.easymock.<A HREF="./org/easymock/ArgumentsMatcher.html" title="interface in org.easymock">ArgumentsMatcher</A>
<DD><B>Deprecated.</B>&nbsp;Returns a string representation of the arguments.
<DT><A HREF="./org/easymock/Capture.html#toString()"><B>toString()</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/Capture.html" title="class in org.easymock">Capture</A>
<DD>&nbsp;
</DL>
<HR>
<A NAME="_V_"><!-- --></A><H2>
<B>V</B></H2>
<DL>
<DT><A HREF="./org/easymock/LogicalOperator.html#valueOf(java.lang.String)"><B>valueOf(String)</B></A> -
Static method in enum org.easymock.<A HREF="./org/easymock/LogicalOperator.html" title="enum in org.easymock">LogicalOperator</A>
<DD>Returns the enum constant of this type with the specified name.
<DT><A HREF="./org/easymock/LogicalOperator.html#values()"><B>values()</B></A> -
Static method in enum org.easymock.<A HREF="./org/easymock/LogicalOperator.html" title="enum in org.easymock">LogicalOperator</A>
<DD>Returns an array containing the constants of this enum type, in
the order they are declared.
<DT><A HREF="./org/easymock/EasyMock.html#verify(java.lang.Object...)"><B>verify(Object...)</B></A> -
Static method in class org.easymock.<A HREF="./org/easymock/EasyMock.html" title="class in org.easymock">EasyMock</A>
<DD>Verifies the given mock objects (more exactly: the controls of the mock
objects).
<DT><A HREF="./org/easymock/IMocksControl.html#verify()"><B>verify()</B></A> -
Method in interface org.easymock.<A HREF="./org/easymock/IMocksControl.html" title="interface in org.easymock">IMocksControl</A>
<DD>Verifies that all expectations were met.
<DT><A HREF="./org/easymock/MockControl.html#verify()"><B>verify()</B></A> -
Method in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Verifies that all expectations have been met.
</DL>
<HR>
<A NAME="_Z_"><!-- --></A><H2>
<B>Z</B></H2>
<DL>
<DT><A HREF="./org/easymock/MockControl.html#ZERO_OR_MORE"><B>ZERO_OR_MORE</B></A> -
Static variable in class org.easymock.<A HREF="./org/easymock/MockControl.html" title="class in org.easymock">MockControl</A>
<DD><B>Deprecated.</B>&nbsp;Zero or more calls.
</DL>
<HR>
<A HREF="#_A_">A</A> <A HREF="#_C_">C</A> <A HREF="#_E_">E</A> <A HREF="#_F_">F</A> <A HREF="#_G_">G</A> <A HREF="#_H_">H</A> <A HREF="#_I_">I</A> <A HREF="#_L_">L</A> <A HREF="#_M_">M</A> <A HREF="#_N_">N</A> <A HREF="#_O_">O</A> <A HREF="#_R_">R</A> <A HREF="#_S_">S</A> <A HREF="#_T_">T</A> <A HREF="#_V_">V</A> <A HREF="#_Z_">Z</A>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./org/easymock/package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./org/easymock/package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Index</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="./help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="./index.html?index-all.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="index-all.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="./allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
<i>Copyright © 2001-2008 OFFIS, Tammo Freese. This documentation is provided under the terms of the MIT licence.</i>
</BODY>
</HTML>