Uses of Class
org.easymock.Capture

Packages that use Capture
org.easymock   
org.easymock.internal.matchers   
 

Uses of Capture in org.easymock
 

Methods in org.easymock with parameters of type Capture
static boolean EasyMock.capture(Capture<Boolean> captured)
          Deprecated. Because of harder erasure enforcement, doesn't compile in Java 7
static byte EasyMock.capture(Capture<Byte> captured)
          Deprecated. Because of harder erasure enforcement, doesn't compile in Java 7
static char EasyMock.capture(Capture<Character> captured)
          Deprecated. Because of harder erasure enforcement, doesn't compile in Java 7
static double EasyMock.capture(Capture<Double> captured)
          Deprecated. Because of harder erasure enforcement, doesn't compile in Java 7
static float EasyMock.capture(Capture<Float> captured)
          Deprecated. Because of harder erasure enforcement, doesn't compile in Java 7
static int EasyMock.capture(Capture<Integer> captured)
          Deprecated. Because of harder erasure enforcement, doesn't compile in Java 7
static long EasyMock.capture(Capture<Long> captured)
          Deprecated. Because of harder erasure enforcement, doesn't compile in Java 7
static
<T> T
EasyMock.capture(Capture<T> captured)
          Expect any object but captures it for later use.
static boolean EasyMock.captureBoolean(Capture<Boolean> captured)
          Expect any boolean but captures it for later use.
static byte EasyMock.captureByte(Capture<Byte> captured)
          Expect any byte but captures it for later use.
static char EasyMock.captureChar(Capture<Character> captured)
          Expect any char but captures it for later use.
static double EasyMock.captureDouble(Capture<Double> captured)
          Expect any double but captures it for later use.
static float EasyMock.captureFloat(Capture<Float> captured)
          Expect any float but captures it for later use.
static int EasyMock.captureInt(Capture<Integer> captured)
          Expect any int but captures it for later use.
static long EasyMock.captureLong(Capture<Long> captured)
          Expect any long but captures it for later use.
 

Uses of Capture in org.easymock.internal.matchers
 

Constructors in org.easymock.internal.matchers with parameters of type Capture
Captures(Capture<T> captured)
           
 



Copyright © 2001-2011 OFFIS, Tammo Freese, Henri Tremblay. All Rights Reserved.