|
|||||||||
| Home >> All >> sample >> [ basic overview ] | PREV NEXT | ||||||||
A
- AnotherName - interface sample.basic.AnotherName.
- This class will have a mock generated that doesn't follow the usual naming conventions.
- AnotherPackage - interface sample.basic.AnotherPackage.
- This class will have a mock generated in a different package.
- anotherThingy(int) - Method in interface sample.basic.NormalThing
D
- doSomething() - Method in interface sample.basic.IgnoredThing
- Nothing special.
E
- eatFood() - Method in interface sample.basic.NormalThing
- eatThings(Object) - Method in interface sample.basic.AnotherName
- eatThings(Object) - Method in interface sample.basic.AnotherPackage
I
- IgnoredThing - interface sample.basic.IgnoredThing.
- I don't want a mock generated.
- integerThingy(Integer) - Method in interface sample.basic.NormalThing
M
- MinimalThing - interface sample.basic.MinimalThing.
- Here is my MinimalThing.
- minimalMethod() - Method in interface sample.basic.MinimalThing
- Do nothing special.
N
- NormalThing - interface sample.basic.NormalThing.
- normalMethod(String) - Method in interface sample.basic.NormalThing
S
- sample.basic - package sample.basic
- something(Object) - Method in interface sample.basic.NormalThing
- something(Object, boolean) - Method in interface sample.basic.NormalThing
A D E I M N S
|
|||||||||
| Home >> All >> sample >> [ basic overview ] | PREV NEXT | ||||||||