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

Implement Verify.assertNotInstanceOf(). #28

Closed
motlin opened this issue Jan 20, 2016 · 0 comments
Closed

Implement Verify.assertNotInstanceOf(). #28

motlin opened this issue Jan 20, 2016 · 0 comments

Comments

@motlin
Copy link
Contributor

motlin commented Jan 20, 2016

Implement two new methods that assert that the actualObject is not an instance of the expectedClassType.

Verify already implements two similar assertions.

public static void assertInstanceOf(Class<?> expectedClassType, Object actualObject)
public static void assertInstanceOf(String objectName, Class<?> expectedClassType, Object actualObject)
superhindupur added a commit to superhindupur/eclipse-collections that referenced this issue Feb 1, 2016
Signed-off-by: Bhavana <bhavana.hindupur@gmail.com>
@motlin motlin closed this as completed in 5623cfb Feb 2, 2016
@motlin motlin added this to the 7.1.0 milestone Feb 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant