-
Notifications
You must be signed in to change notification settings - Fork 34
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
KON-162 Figure out way to simplify tests in KoClassDeclaration #149
Conversation
import org.amshove.kluent.shouldBeEqualTo | ||
import org.junit.jupiter.api.Test | ||
|
||
class KoClassDeclarationForNameTest { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It looks like we don't need this test, because KoClassDeclarationImpl
does not define name
property - this should be moved to KoNamedDeclarationImpl
We need to add tests to make sure every method/property and overridden method/property has a test class - this should be 1-1 eg.
|
Will be addressed in following PR |
No description provided.