package ch20annotation;
import ch20annotation.sample.UseCaseTracker;
import org.junit.Test;
/**
* Created with IntelliJ IDEA.
* User: yidao
* Date: 12-6-3
* Time: 下午8:48
* UseCaseTrackerTest
*/
public class UseCaseTrackerTest {
@Test
public void testProcessAnnotation() throws Exception {
UseCaseTracker.processAnnotation();
}
}