찾다

 >  Q&A  >  본문

android-studio - AndroidTest에서 오류 보고

1. JSON 데이터 구문 분석을 테스트하기 위해 클래스를 정의했습니다. 메서드에서 GSON 프레임워크의 코드가 호출되었지만 메서드 실행 시 오류가 발생했습니다. 테스트 실행 실패: ComponentInfo{com.example에 대한 계측 정보를 찾을 수 없습니다. .lweicheng.splash.test/android.test.InstrumentationTestRunner}
다음은 관련 코드입니다.

으아악
世界只因有你世界只因有你2743일 전716

모든 응답(1)나는 대답할 것이다

  • 黄舟

    黄舟2017-05-16 13:30:53

    참고 자료 제공:
    http://www.paincker.com/android-empty-test-suite
    https://testerhome.com/topics/2098

    코드로 판단하면 대상 패키지는 com.example.lweicheng.splash.GsonTest이며, 이는 테스트하려는 클래스의 이름입니다.

    회신하다
    0
  • 취소회신하다