且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

SonarSource在Eclipse中的Andr​​oid项目

更新时间:2023-11-16 15:00:46

如果人们有兴趣通过这个线程。我们最近推了 GitHub的项目,结合了很多的测试技术,共同为Android平台和强调声纳整合。

If people are interested by this thread. We recently pushed a GitHub project that combines many testing technologies together for the Android platform and emphasizes on Sonar integration.

我们结合(与名单并不详尽):

We combined (and the list is not exhaustive) :


  • robolectric

  • 标准JUnit测试

  • robotium

  • 界面的Automator

  • 使用爱玛的Cobertura和jacoco离线
  • code覆盖
  • 嘲讽的框架,如容易模仿和的Mockito


  • robolectric
  • standard junit tests
  • robotium
  • ui automator
  • code coverage using emma, cobertura and jacoco offline
  • mocking frameworks like easy mock and mockito
  • etc.

和,其中大部分,我们提出了一个解决方案都在声纳来显示这一点。

And, for most of them, we propose a solution to display this all in Sonar.