Add unit tests for BlurParameters and LensController
First test coverage for the project: 17 tests covering BlurParameters constraint clamping (size, blur, falloff, aspect ratio, position), data class equality, field preservation across with* methods, and LensController pre-initialization edge cases. Adds JUnit 4.13.2 as a test dependency. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
c58c45c52c
commit
aab1ff38a4
4 changed files with 196 additions and 0 deletions
|
|
@ -112,6 +112,9 @@ dependencies {
|
|||
// Location
|
||||
implementation(libs.play.services.location)
|
||||
|
||||
// Test
|
||||
testImplementation(libs.junit)
|
||||
|
||||
// Debug
|
||||
debugImplementation(libs.androidx.ui.tooling)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue