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

Fixes #4272: Added Tests for EventLogSubject. #5678

Open
wants to merge 23 commits into
base: develop
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
7fe3d03
Added some tests for EventLogSubject
Jan 29, 2025
8797c9b
Removed Todo
Jan 29, 2025
937f504
Merge branch 'develop' into eventlog-subject-Test
theayushyadav11 Jan 29, 2025
024447c
reformatting
Jan 29, 2025
a09a802
Merge remote-tracking branch 'origin/eventlog-subject-Test' into even…
Jan 29, 2025
37bb7a3
removed buildifier
Jan 29, 2025
b975475
Resolved comments
Jan 30, 2025
50668e3
renamed functions
Jan 31, 2025
892908f
Merge branch 'develop' into eventlog-subject-Test
theayushyadav11 Feb 10, 2025
0ec3f35
Merge branch 'develop' into eventlog-subject-Test
theayushyadav11 Feb 13, 2025
fadd691
Merge branch 'develop' into eventlog-subject-Test
theayushyadav11 Feb 13, 2025
2d30acb
added more tests
Feb 13, 2025
459c1ed
Merge branch 'develop' into eventlog-subject-Test
theayushyadav11 Feb 14, 2025
201c0d2
added more tests
Feb 14, 2025
fe0a94a
added more tests
Feb 15, 2025
3c4cc36
Added all tests
Feb 15, 2025
5e772b1
Merge branch 'develop' into eventlog-subject-Test
theayushyadav11 Feb 17, 2025
a236ea0
Merge branch 'develop' into eventlog-subject-Test
theayushyadav11 Feb 17, 2025
5765c55
Merge branch 'develop' into eventlog-subject-Test
theayushyadav11 Feb 18, 2025
dd896bf
Merge branch 'develop' into eventlog-subject-Test
theayushyadav11 Feb 19, 2025
d20cfb9
Merge branch 'develop' into eventlog-subject-Test
theayushyadav11 Feb 20, 2025
a79c114
Merge branch 'develop' into eventlog-subject-Test
theayushyadav11 Feb 20, 2025
60bfb7a
Merge branch 'develop' into eventlog-subject-Test
theayushyadav11 Feb 21, 2025
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
Prev Previous commit
Next Next commit
Removed Todo
  • Loading branch information
theayushyadav11 committed Jan 29, 2025

Verified

This commit was signed with the committer’s verified signature.
miguelgrinberg Miguel Grinberg
commit 8797c9bfd04645eedfec010424dd256c3bae6702
Original file line number Diff line number Diff line change
@@ -70,8 +70,6 @@ import org.oppia.android.app.model.UserTypeAnswer
import org.oppia.android.app.model.WrittenTranslationLanguageSelection
import org.oppia.android.testing.logging.EventLogSubject.Companion.assertThat

// TODO(#4272): Add tests for this class.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please do a global search and remove any other occurrances of this TODO(#4272).


/**
* Truth subject for verifying properties of [EventLog]s.
*
Loading