Add ability to parse test classes
See original GitHub issueI work a lot with test automation and most of the code is located in src/test/java
directory (maven structure).
I want to create a class diagram for my testing project (it’s pretty big and have more than 300 classes), but I can’t use uml-reverse-mapper
because it ignores classes in src/test/java
and looks only in src/main/java
It would be cool to add some attrubute to look for package not in the /main
, but in the /test
.
Issue Analytics
- State:
- Created 5 years ago
- Comments:21 (10 by maintainers)
Top Results From Across the Web
test class for response in dom parse - Salesforce Developers
test class for response in dom parse ... Description ); insert acc; Opportunity op = new Opportunity( Name = 'Prasadam', // Opportunity Name ......
Read more >java - Error: org.testng.TestNGException: Cannot find class in ...
When i'm trying to run the test ...
Read more >Deserializing/Parsing the JSON response to an Apex class
1 Answer 1 ; '{"ints":"[1,2,3]"}'; // Sample JSON ; Class test { private ; String ints; // since it is returned as a...
Read more >41. Testing - Spring
Spring Boot provides a number of utilities and annotations to help when testing your application. Test support is provided by two modules; spring-boot-test...
Read more >Build local unit tests - Android Developers
You write your local unit test class as a JUnit 4 test class. To do so, create a class that contains one or...
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 @sivasubramanim for implementing this requested feature 😊
@iluwatar Updated the README.md document.