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

Junit: Migrate objectstoretest to kotlin #1879

Merged
merged 6 commits into from
Nov 20, 2023

Conversation

MOOOOOSER
Copy link
Contributor

Description

Migrates objectstoretest to kotlin

Copy link
Contributor

@mkeckmkeck mkeckmkeck left a 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

src/test/kotlin/sirius/biz/storage/s3/ObjectStoresTest.kt Outdated Show resolved Hide resolved
import kotlin.test.assertFalse

@ExtendWith(SiriusExtension::class)
class ObjectStoresTest {
Copy link
Member

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`() {
Copy link
Member

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.

@MOOOOOSER MOOOOOSER merged commit 0791b2a into develop Nov 20, 2023
2 checks passed
@jakobvogel jakobvogel deleted the feature/smo/junit-migrate-objectstoretest branch January 30, 2024 20:19
@sabieber sabieber added the 🛠️ Maintenance Translations, Code Cleanup, ... label Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🛠️ Maintenance Translations, Code Cleanup, ...
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants