-
Notifications
You must be signed in to change notification settings - Fork 0
Hard Coded File Path For JUnit Report Location #25
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The path to the text file produced by JUnit is currently hard coded for the dummy Java project that was used during testing.
The part of the path that would cause issues is "uky.cs498.AppTest". The "uky" and "cs498" are a result of the directory structure of the dummy Java project and the "AppTest" is because the JUnit test file is named "AppTest.java".
This creation of filename needs to be re-programmed to be source code agnostic. Currently there is no known solution or plan of action to resolve this bug.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
