Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
WebGUI
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kieker
WebGUI
Commits
2d2f2931
Commit
2d2f2931
authored
11 years ago
by
Nils Christian Ehmke
Browse files
Options
Downloads
Patches
Plain Diff
Corrected a test
parent
6af8c638
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Kieker.WebGUI/src/test/java/kieker/webgui/persistence/impl/utility/Class2ModelInstanceConverterTest.java
+1
-1
1 addition, 1 deletion
...stence/impl/utility/Class2ModelInstanceConverterTest.java
with
1 addition
and
1 deletion
Kieker.WebGUI/src/test/java/kieker/webgui/persistence/impl/utility/Class2ModelInstanceConverterTest.java
+
1
−
1
View file @
2d2f2931
...
...
@@ -124,7 +124,7 @@ public class Class2ModelInstanceConverterTest {
final
MIFilter
filter
=
converter
.
convertFilterClass2ModelInstance
(
countingFilterCLass
,
classAndMethodContainer
);
Assert
.
assertEquals
(
"Properties are not loaded correctly"
,
countingFilterCLass
.
getCanonicalName
(),
filter
.
getClassname
());
Assert
.
assertEquals
(
"Properties are not loaded correctly"
,
4
,
filter
.
getDisplays
().
size
());
Assert
.
assertEquals
(
"Properties are not loaded correctly"
,
2
,
filter
.
getDisplays
().
size
());
Assert
.
assertTrue
(
"Properties are not loaded correctly"
,
filter
.
getRepositories
().
isEmpty
());
Assert
.
assertEquals
(
"Properties are not loaded correctly"
,
2
,
filter
.
getOutputPorts
().
size
());
Assert
.
assertEquals
(
"Properties are not loaded correctly"
,
1
,
filter
.
getInputPorts
().
size
());
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment