Skip to content

Commit

Permalink
Merge pull request #1805 from google/ben/removetestharness
Browse files Browse the repository at this point in the history
Remove Test Harness
  • Loading branch information
bentrengrove authored Dec 10, 2024
2 parents 3290398 + aff524b commit c1e174a
Show file tree
Hide file tree
Showing 21 changed files with 0 additions and 1,509 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ See our [Migration Guide](https://google.github.io/accompanist/navigation-materi
### 🍫 [System UI Controller](./systemuicontroller/) (Deprecated)
We recommend migrating to edge to edge. See our [Migration Guide](https://google.github.io/accompanist/systemuicontroller/) for more details.

### 🗜 [Test Harness](./testharness/) (Deprecated)
Utilities for testing Compose layouts.

---

## Future?
Expand Down
188 changes: 0 additions & 188 deletions docs/testharness.md

This file was deleted.

3 changes: 0 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ nav:
- 'Adaptive':
- 'Guide': adaptive.md
- 'API': api/adaptive
- 'Test Harness':
- 'Guide': testharness.md
- 'API': api/testharness
- 'Snapshots': using-snapshot-version.md
- 'Contributing': contributing.md
- 'Maintainers':
Expand Down
3 changes: 0 additions & 3 deletions sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,6 @@ dependencies {
implementation(project(":navigation-material"))
implementation(project(":permissions"))
implementation(project(":systemuicontroller"))
implementation(project(":testharness")) // Don't use in production! Use the configurations below
testImplementation(project(":testharness"))
androidTestImplementation(project(":testharness"))

implementation(libs.androidx.appcompat)
implementation(libs.mdc)
Expand Down
10 changes: 0 additions & 10 deletions sample/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,16 +192,6 @@
<category android:name="com.google.accompanist.sample.SAMPLE_CODE" />
</intent-filter>
</activity>

<activity
android:name=".testharness.TestHarnessSample"
android:label="@string/testharness"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="com.google.accompanist.sample.SAMPLE_CODE" />
</intent-filter>
</activity>

</application>

Expand Down

This file was deleted.

1 change: 0 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ include(":permissions")
include(":permissions-lint")
include(":systemuicontroller")
include(":sample")
include(":testharness")

rootProject.name = "accompanist"

Expand Down
21 changes: 0 additions & 21 deletions testharness/README.md

This file was deleted.

9 changes: 0 additions & 9 deletions testharness/api/current.api

This file was deleted.

Loading

0 comments on commit c1e174a

Please sign in to comment.