carbidecpp22devenv/plugins/org.eclipse.test.source_3.5.0.r20080925/src/org.junit4_4.5.0.v20090423/junitsrc/org/junit/runner/Describable.java
changeset 636 3ef299ba838f
equal deleted inserted replaced
635:8d56403172bc 636:3ef299ba838f
       
     1 package org.junit.runner;
       
     2 
       
     3 
       
     4 /**
       
     5  * 
       
     6  */
       
     7 public interface Describable {
       
     8 	/**
       
     9 	 * @return a {@link Description} showing the tests to be run by the receiver
       
    10 	 */
       
    11 	public abstract Description getDescription();
       
    12 }