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
05d8d8e0
Commit
05d8d8e0
authored
Mar 12, 2018
by
Jon Amos Fehling
Browse files
uncommend @Disabled
parent
ca65ce64
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/final_assignment/task_2/tests/PerformanceTest.java
View file @
05d8d8e0
...
...
@@ -25,7 +25,7 @@ public class PerformanceTest extends Assignment2TestBase {
* amount of memory.
*/
//
@Disabled
@Disabled
@Test
@DisplayName
(
"PerformanceTest2"
)
void
performanceTest2
()
{
...
...
@@ -35,7 +35,7 @@ public class PerformanceTest extends Assignment2TestBase {
testUsingPairs
(
pairs
,
()
->
DummyMain
.
main
(
null
));
}
//
@Disabled
@Disabled
@Test
@DisplayName
(
"PerformanceTest3"
)
void
performanceTest3
()
{
...
...
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