我该如何测试这个Android功能?

时间:2015-07-18 15:56:26

标签: android

我刚刚开始学习如何进行测试,它真的很强调我。 你能解释一下如何测试这个简单的功能吗?我花了一整天的时间尝试进行简单的测试,没有什么比这更好。

document.getElementById("Player1").innerHTML = document.getElementById("Name1").value;

它有两种获取视图的方法

  • 来自片段

    查看v = inflater.inflate(R.layout.fragment_authentication_login,container,false);

  • 来自活动

    查看v = getWindow()。getDecorView()。findViewById(R.id.splash_view);

谢谢

0 个答案:

没有答案