Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CoTA
examples
cota-runner-jdk21-junit5
Commits
a9887f22
Commit
a9887f22
authored
1 year ago
by
Lückemeyer
Browse files
Options
Download
Email Patches
Plain Diff
changed package and class properties for test successes
parent
4c920f30
master
amb-dev-flex-mount-1
amg-dev-volumes
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/de/hftstuttgart/dta/Testrunner.java
+2
-2
src/main/java/de/hftstuttgart/dta/Testrunner.java
with
2 additions
and
2 deletions
+2
-2
src/main/java/de/hftstuttgart/dta/Testrunner.java
+
2
-
2
View file @
a9887f22
...
...
@@ -256,8 +256,8 @@ public class Testrunner
resultSummary
.
results
.
addAll
(
successes
.
stream
().
map
(
s
->
{
Result
result
=
new
Result
();
result
.
packageName
=
s
.
get
Source
().
get
().
getClass
().
getPackage
Name
();
result
.
className
=
s
.
get
Source
().
get
().
getClass
().
getName
();
result
.
packageName
=
s
.
get
LegacyReporting
Name
();
result
.
className
=
s
.
get
ParentId
().
get
();
result
.
name
=
s
.
getDisplayName
();
result
.
state
=
Result
.
State
.
SUCCESS
.
ordinal
();
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets