对AOP使用
规范有效的测试。
A——>B
A——>B‘模拟B
JMock
EasyMock
JUnit的注意事项:
seprate production and testcode
but typically in the same packages否则无法测试到
compile into separated trees,allowing deployment without test
OO techniques 可复用功能
回归测试:
AB类的方法
public static Test suite(){
Test t=new ReapedTest(new TestSuite(HelloWorldTest.class),10);
return t;
}
main函数中调用
junit.swingui.TestRunner.run(AB.class)
References
大师
文章来源于领测软件测试网 https://www.ltesting.net/