| Package | Description |
|---|---|
| org.mule.tck.testmodels.fruit |
| Modifier and Type | Interface and Description |
|---|---|
interface |
OrangeInterface
TODO
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFruit
AbstractFruit is a base class for fruity test objects. |
class |
Apple |
class |
Banana |
class |
BloodOrange
A specialisation of Orange
|
class |
GrapeFruit
A pure bean implementation
|
class |
InvalidSatsuma
InvalidSatsuma has no discoverable methods |
class |
Kiwi
A test object not implementing Callable, but having a matching method accepting MuleEventContext.
|
class |
Orange |
class |
Peach |
class |
RedApple |
class |
WaterMelon |
| Modifier and Type | Method and Description |
|---|---|
Fruit[] |
FruitBowl.addAppleAndBanana(Apple apple,
Banana banana) |
Fruit[] |
FruitBowl.addBananaAndApple(Banana banana,
Apple apple) |
Fruit |
Seed.getFruit() |
| Modifier and Type | Method and Description |
|---|---|
List<Class<? extends Fruit>> |
FruitLover.getEatList() |
List<Fruit> |
FruitBasket.getFruit() |
List<Fruit> |
FruitBowl.getFruit() |
List<? extends Fruit> |
FruitBox.getFruitLikeList() |
Map<?,? extends Fruit> |
FruitBox.getFruitLikeMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
FruitBowl.addFruit(Fruit fruit) |
void |
FruitLover.eatFruit(Fruit fruit) |
void |
FruitCleaner.polish(Fruit fruit) |
void |
Seed.setFruit(Fruit fruit) |
void |
FruitBasket.setFruit(Fruit[] fruit) |
void |
FruitBowl.setFruit(Fruit[] fruit) |
void |
FruitCleaner.wash(Fruit fruit) |
| Modifier and Type | Method and Description |
|---|---|
void |
FruitBasket.setFruit(List<Fruit> fruit) |
void |
FruitBowl.setFruit(List<Fruit> fruit) |
| Constructor and Description |
|---|
FruitBowl(Fruit[] fruit) |
Copyright © 2003–2019 MuleSoft, Inc.. All rights reserved.