Android系统单元测试方法(24)

发表于:2011-06-30来源:未知作者:领测软件测试网采编点击数: 标签:
Button2isfocused ,button2.isFocused()); *} * * /** **Testingtheaddmethodinactvity **/ * public void testAdd(){ *Stringtag= testAdd ; *Log.e(tag, TesttheaddmethodinNewActivity... ); * int i=newActivity
"Button2 is focused", button2.isFocused());   
  •     * }   
  •     *   
  •     * /**
  •     *   * Testing the add method in actvity  
  •     *   */  
  •     * public void testAdd(){   
  •     *   String tag ="testAdd";   
  •     *   Log.e(tag, "Test the add method in NewActivity...");   
  •     *   int i  = newActivity.add(25);   
  •     *   assertEquals(7, i);   
  •     * }   
  •     *   
  •     * }  



  • 五、配置Manifest.xml文件
       
    Java代码 复制代码 收藏代码
    1. * <?xml version="1.0" encoding="utf-8"?>   
    2.     * <manifest xmlns:android="http://schemas.android.com/apk/res/android"  
    3.     * 

      原文转自:http://www.ltesting.net