public class MockSelfDemo extends Object
Constructor and Description |
---|
MockSelfDemo(int hello) |
MockSelfDemo(Object string) |
Modifier and Type | Method and Description |
---|---|
String |
aMethod() |
void |
aMethod2() |
boolean |
equals(Object obj) |
protected String |
establishConnection(Connection conn) |
int |
getConstructorValue() |
static int |
getSomething() |
String |
getString(String string) |
String |
getString2() |
String |
getString2(String string) |
String |
getTwoStrings() |
int |
hashCode() |
static int |
methodToBeStubbed() |
int |
timesThree(int anInt) |
int |
timesTwo(int anInt) |
int |
timesTwo(Integer anInt) |
public MockSelfDemo(int hello)
public MockSelfDemo(Object string)
protected String establishConnection(Connection conn) throws Exception
Exception
public String aMethod()
public void aMethod2()
public String getTwoStrings()
public String getString2()
public int timesTwo(Integer anInt)
public int timesTwo(int anInt)
public int timesThree(int anInt)
public int getConstructorValue()
public static int getSomething()
public static int methodToBeStubbed()
Copyright © 2019. All rights reserved.