package com.alter.cms;
import net.sf.ehcache.Cache;
import net.sf.ehcache.CacheManager;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
public class TestCase {
@Before
public void init() {
System.out.println("initilize
..");
}
@Test
public void doit() {
}
@Test
public void tes() {
System.out.println("0-----------");
}
@After
public void end() {
System.out.println("end ---");
}
}
import net.sf.ehcache.Cache;
import net.sf.ehcache.CacheManager;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
public class TestCase {
@Before
public void init() {
System.out.println("initilize

}
@Test
public void doit() {
}
@Test
public void tes() {
System.out.println("0-----------");
}
@After
public void end() {
System.out.println("end ---");
}
}