Uploaded image for project: 'AeroGear'
  1. AeroGear
  2. AEROGEAR-3852 Update to JUnit 4 Tests
  3. AEROGEAR-3902

Add new library required for build test using Junit4 in "How To Build Aerogear Android"

    XMLWordPrintable

Details

    • Sub-task
    • Resolution: Done
    • Major
    • None
    • None
    • None
    • None

    Description

      <dependency>
          <groupId>com.android.support.test</groupId>
          <artifactId>runner</artifactId>
          <version>0.3</version>
          <type>aar</type>
          <exclusions>
              <exclusion>
                  <groupId>org.hamcrest</groupId>
                  <artifactId>hamcrest-core</artifactId>
              </exclusion>
              <exclusion>
                  <groupId>junit</groupId>
                  <artifactId>junit-dep</artifactId>
              </exclusion>
          </exclusions>
      </dependency>
      
      <dependency>
          <groupId>com.android.support.test</groupId>
          <artifactId>rules</artifactId>
          <version>0.3</version>
          <type>aar</type>
      </dependency>
      

      Attachments

        Activity

          People

            danielpassos Daniel Passos (Inactive)
            danielpassos Daniel Passos (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: