Uses of Interface
org.mule.tck.testmodels.fruit.Fruit

Packages that use Fruit
org.mule.tck.testmodels.fruit Contains the Fruit test model used by the tck and all other testcases in Mule. 
 

Uses of Fruit in org.mule.tck.testmodels.fruit
 

Classes in org.mule.tck.testmodels.fruit that implement Fruit
 class AbstractFruit
          AbstractFruit is a base class for fruity test objects.
 class Apple
           
 class Banana
           
 class BloodOrange
          A specialisation of Orange
 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 RedApple
           
 class WaterMelon
           
 

Methods in org.mule.tck.testmodels.fruit that return Fruit
 Fruit[] FruitBowl.addAppleAndBanana(Apple apple, Banana banana)
           
 Fruit[] FruitBowl.addBananaAndApple(Banana banana, Apple apple)
           
 

Methods in org.mule.tck.testmodels.fruit with parameters of type Fruit
 void FruitLover.eatFruit(Fruit fruit)
           
 void FruitCleaner.polish(Fruit fruit)
           
 void FruitBasket.setFruit(Fruit[] fruit)
           
 void FruitBowl.setFruit(Fruit[] fruit)
           
 void FruitCleaner.wash(Fruit fruit)
           
 

Constructors in org.mule.tck.testmodels.fruit with parameters of type Fruit
FruitBowl(Fruit[] fruit)
           
 



Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.