Junit中的注释1
摘要:package junit.test;import static org.junit.Assert.*;import org.junit.After;import org.junit.AfterClass;import org.junit.Before;import org.junit.BeforeClass;import org.junit.Test;public class AnDemo {/...
阅读全文
posted @
2009-11-03 21:12
IT Person
阅读(228)
推荐(0)