Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom MockComponentManager #3

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

IvorBoers
Copy link

Created custom MockComponentManager to support method getComponentsOfType(Class requiredType)

@IvorBoers
Copy link
Author

I added unitest and some javadoc etc. Please review my changes.

componentManager.addComponent("test3", component3);

componentManager.getComponent(Integer.class);
Assert.fail();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

With the @test (expected=..) when it didn't throw the error the test will fail.
Naming of the test isn't telling it's testing an Exception

@@ -20,6 +20,7 @@
import java.util.HashMap;
import java.util.Map;

import nl.openweb.hippo.mock.*;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this an intended change?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants