fr.inria.peerunit.base
Class Schedule

java.lang.Object
  extended by fr.inria.peerunit.base.Schedule

public class Schedule
extends java.lang.Object

Author:
sunye

Constructor Summary
Schedule()
           
 
Method Summary
 void clear()
           
 boolean containsMethod(MethodDescription md)
           
 java.util.Collection<MethodDescription> methods()
           
 void put(MethodDescription md, Tester t)
           
 int size()
           
 java.util.Collection<Tester> testersFor(MethodDescription md)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Schedule

public Schedule()
Method Detail

put

public void put(MethodDescription md,
                Tester t)

clear

public void clear()

containsMethod

public boolean containsMethod(MethodDescription md)

size

public int size()

methods

public java.util.Collection<MethodDescription> methods()

testersFor

public java.util.Collection<Tester> testersFor(MethodDescription md)


Copyright © 2010. All Rights Reserved.