Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
vadere
vadere
Commits
a6d7cf61
Commit
a6d7cf61
authored
Feb 25, 2019
by
Daniel Lehmberg
Browse files
fix test case
parent
a5f023d1
Pipeline
#93551
failed with stages
in 2 minutes and 18 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
VadereUtils/tests/org/vadere/util/reflection/TestDynamicClassInstantiator.java
View file @
a6d7cf61
...
...
@@ -44,7 +44,7 @@ public class TestDynamicClassInstantiator {
fail
();
}
catch
(
CouldNotInstantiateException
e
)
{
// this is expected
assertTrue
(
e
.
getCause
()
instanceof
Instantiation
Exception
);
assertTrue
(
e
.
getCause
()
instanceof
NoSuchMethod
Exception
);
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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