Skip to content

Merge pull request #195 from ST10204902/backgroundShop #119

Merge pull request #195 from ST10204902/backgroundShop

Merge pull request #195 from ST10204902/backgroundShop #119

GitHub Actions / Unit Tests succeeded Nov 4, 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✅ 9ms
app/build/test-results/testDebugUnitTest/TEST-za.co.varsitycollege.st10204902.purrsonaltrainer.WorkoutWorkerTest.xml 13✅ 16ms

✅ 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 9ms with 12 passed, 0 failed and 0 skipped.

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

✅ 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 16ms with 13 passed, 0 failed and 0 skipped.

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

✅ 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