Shift RichTextViewMatcher to Testing module
See original GitHub issueIs your feature request related to a problem? Please describe.
Currently, RichTextViewMatcher
is inside the sharedTest
folder of app module.
Describe the solution you’d like
RichTextViewMatcher
is a helper class. Thus, it needs ti be in the testing module.
Additional context https://github.com/oppia/oppia-android/blob/develop/app/src/sharedTest/java/org/oppia/android/app/parser/RichTextViewMatcher.kt
Issue Analytics
- State:
- Created 2 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Espresso basics
This document explains how to complete common automated testing tasks using the Espresso API. The Espresso API encourages test authors to ...
Read more >Angular Unit testing : Error: Cannot match any routes. URL ...
When you want to unit test your router, you have to use the testing module, not the actual one. Start with import {...
Read more >Component testing scenarios
Error: This test module uses the component BannerComponent which is using a "templateUrl" or "styleUrls", but they were never compiled. Please call "TestBed....
Read more >unittest — Unit testing framework
The unittest module provides a rich set of tools for constructing and running tests. This section demonstrates that a small subset of the...
Read more >ngneat/spectator: 🦊 🚀 A Powerful Tool to Simplify Your ...
Spectator helps you get rid of all the boilerplate grunt work, leaving you with readable, sleek and streamlined unit tests.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thank you! that worked.
@Sparsh1212 Have you tried this - https://github.com/oppia/oppia-android/wiki/Ktlint-Guide#macros ?