Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
WS-17-18
assignment-tests
Commits
c1d1f8c5
Commit
c1d1f8c5
authored
Mar 02, 2018
by
Alexander
Browse files
Add more output info for CaseCreator
parent
742a487c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/final_assignment/task_2/CaseCreator.java
View file @
c1d1f8c5
...
...
@@ -140,7 +140,7 @@ public class CaseCreator {
countries
.
clear
();
athletes
.
clear
();
System
.
out
.
println
(
"Creating output
..."
);
System
.
out
.
println
(
String
.
format
(
"Creating output
for %d pairs..."
,
pairs
.
size
())
);
testUsingPairs
(
pairs
.
toArray
(
new
TestPair
[
pairs
.
size
()]),
()
->
DummyMain
.
main
(
null
));
System
.
out
.
println
(
"Saving..."
);
...
...
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