-
Notifications
You must be signed in to change notification settings - Fork 6
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
Junit: Migrate objectstoretest to kotlin #1879
Conversation
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.
Please delete old test file
import kotlin.test.assertFalse | ||
|
||
@ExtendWith(SiriusExtension::class) | ||
class ObjectStoresTest { |
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.
Small KDoc mentioning the class that is being tested?
class ObjectStoresTest { | ||
|
||
@Test | ||
fun `createBucketWorks`() { |
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.
Maybe use the capabilities of Kotlin here with method names that can include spaces so the test case description is a bit more readable.
Description
Migrates objectstoretest to kotlin