首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > J2ME的测试框架

J2ME的测试框架

  • 资源大小:131.27 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: 测试 jme 框架

资 源 简 介

Introduction Motific is a Mobile Testing Framework for J2ME developers. Motific makes writing tests simple. Motific contains a unit testing framework and a generic acceptance testing framework as well. The AT framework enables developers to write AT scripts to run against any canvas based MIDP application without having to rewrite the application around the framework. That is the plan anyway... Motific unit tests are designed to make writing test cases trivial. The developer only writes the test cases themselves and the motific framework provides the glue-code to run those tests. Writing Unit tests For details, see the unit testing usage page ``` import net.recursv.motific.TestSuite; public class PassingTestSuite extends TestSuite { public void testIntegerEquality() { assertEquals(2, 2); } public void testStringEquality() { assertEquals("here", "here"); }
VIP VIP
0.198582s