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

Add dummy classes #18

Open
bookmoons opened this issue Sep 12, 2018 · 2 comments
Open

Add dummy classes #18

bookmoons opened this issue Sep 12, 2018 · 2 comments
Labels

Comments

@bookmoons
Copy link
Owner

Dummy classes will be useful for improving isolation in tests. Add dummy classes for all defined interfaces.

@bookmoons bookmoons added the test label Sep 12, 2018
@bookmoons
Copy link
Owner Author

Extant dummy classes do not inherit from base classes. This means instanceof will not work. So far I haven't hit a case where this causes a problem. If dummy classes are not meant to be used, maybe that includes not even validating type. Determine whether this is a problem or not.

@bookmoons
Copy link
Owner Author

Current implemented dummies are:

  • Function
  • Inbox
  • Logchan
  • Receiver

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

No branches or pull requests

1 participant