Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Test Harness #1805

Merged
merged 2 commits into from
Dec 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading