question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add ability to parse test classes

See original GitHub issue

I 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:closed
  • Created 5 years ago
  • Comments:21 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
iluwatarcommented, Oct 15, 2019

Thank you @sivasubramanim for implementing this requested feature 😊

1reaction
sivasubramanimcommented, Oct 14, 2019

@iluwatar Updated the README.md document.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found