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 InvalidSatsuma
          InvalidSatsuma has no discoverable methods
 class Kiwi
          A test object not implementing Callable, but having a matching method accepting UMOEventContext.
 class Orange
           
 class RedApple
           
 class WaterMelon
           
 

Methods in org.mule.tck.testmodels.fruit with parameters of type Fruit
 void FruitLover.eatFruit(Fruit fruit)
           
 void FruitBowl.setFruit(Fruit[] fruit)
           
 void FruitCleaner.wash(Fruit fruit)
           
 void FruitCleaner.polish(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.