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

Frontend shop item component #189

Merged
merged 2 commits into from
Nov 3, 2024

rebase now push

ce4711f
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Frontend shop item component #189

rebase now push
ce4711f
Select commit
Loading
Failed to load commit list.
GitHub Actions / Unit Tests succeeded Nov 3, 2024 in 0s

26 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
app/build/test-results/testDebugUnitTest/TEST-za.co.varsitycollege.st10204902.purrsonaltrainer.ExampleUnitTest.xml 1✅ 2ms
app/build/test-results/testDebugUnitTest/TEST-za.co.varsitycollege.st10204902.purrsonaltrainer.ValidatorTest.xml 12✅ 8ms
app/build/test-results/testDebugUnitTest/TEST-za.co.varsitycollege.st10204902.purrsonaltrainer.WorkoutWorkerTest.xml 13✅ 21ms

✅ app/build/test-results/testDebugUnitTest/TEST-za.co.varsitycollege.st10204902.purrsonaltrainer.ExampleUnitTest.xml

1 tests were completed in 2ms with 1 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
za.co.varsitycollege.st10204902.purrsonaltrainer.ExampleUnitTest 1✅ 2ms

✅ za.co.varsitycollege.st10204902.purrsonaltrainer.ExampleUnitTest

✅ addition_isCorrect

✅ app/build/test-results/testDebugUnitTest/TEST-za.co.varsitycollege.st10204902.purrsonaltrainer.ValidatorTest.xml

12 tests were completed in 8ms with 12 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
za.co.varsitycollege.st10204902.purrsonaltrainer.ValidatorTest 12✅ 8ms

✅ za.co.varsitycollege.st10204902.purrsonaltrainer.ValidatorTest

✅ validatePasswordComplexity_withNoLowercase_returnsFalse
✅ validateStartEndTime_withStartTimeEqualToEndTime_returnsFalse
✅ validatePasswordComplexity_withNoSpecialCharacter_returnsFalse
✅ matchPasswords_withMatchingPasswords_returnsTrue
✅ validateStartEndTime_withStartTimeAfterEndTime_returnsFalse
✅ validatePasswordComplexity_withNoUppercase_returnsFalse
✅ validatePasswordComplexity_withNoDigit_returnsFalse
✅ validateStartEndTime_withStartTimeBeforeEndTime_returnsTrue
✅ matchPasswords_withNonMatchingPasswords_returnsFalse
✅ validatePasswordComplexity_withLessThanEightCharacters_returnsFalse
✅ validatePasswordComplexity_withValidPassword_returnsTrue
✅ validatePasswordComplexity_withWhitespace_returnsFalse

✅ app/build/test-results/testDebugUnitTest/TEST-za.co.varsitycollege.st10204902.purrsonaltrainer.WorkoutWorkerTest.xml

13 tests were completed in 21ms with 13 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
za.co.varsitycollege.st10204902.purrsonaltrainer.WorkoutWorkerTest 13✅ 21ms

✅ za.co.varsitycollege.st10204902.purrsonaltrainer.WorkoutWorkerTest

✅ getTotalWeightPerWorkoutPerExercise_returnsCorrectTotalWeight
✅ getTotalRepsPerExercise_returnsCorrectTotalReps
✅ getTotalWeightPerWorkout_returnsCorrectTotalWeight
✅ getTotalSetsPerExercise_returnsCorrectTotalSets
✅ getTotalWeight_returnsCorrectTotalWeight
✅ getTotalSetsPerWorkoutPerExercise_returnsCorrectTotalSets
✅ getMaxRepsPerExercise_returnsCorrectMaxReps
✅ getTotalRepsPerWorkout_returnsCorrectTotalReps
✅ getTotalWeightPerExercise_returnsCorrectTotalWeight
✅ getTotalRepsPerWorkoutPerExercise_returnsCorrectTotalReps
✅ getTotalSets_returnsCorrectTotalSets
✅ getTotalReps_returnsCorrectTotalReps
✅ getTotalSetsPerWorkout_returnsCorrectTotalSets