com.atlassian.jira.util
Class AnswerWith

java.lang.Object
  extended by com.atlassian.jira.util.AnswerWith

public class AnswerWith
extends Object

Mockito answers


Constructor Summary
AnswerWith()
           
 
Method Summary
static
<X> org.mockito.stubbing.Answer<X>
firstParameter()
           
static
<X> org.mockito.stubbing.Answer<X>
mockInstance()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnswerWith

public AnswerWith()
Method Detail

firstParameter

public static <X> org.mockito.stubbing.Answer<X> firstParameter()

mockInstance

public static <X> org.mockito.stubbing.Answer<X> mockInstance()


Copyright © 2002-2014 Atlassian. All Rights Reserved.