Skip to content

Commit 8566c48

Browse files
stainless-app[bot]meorphis
authored andcommitted
chore(internal): make test classes internal (#345)
1 parent 483df7c commit 8566c48

File tree

208 files changed

+208
-208
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+208
-208
lines changed

orb-java-core/src/test/kotlin/com/withorb/api/models/AlertCreateForCustomerParamsTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import kotlin.test.assertNotNull
66
import org.assertj.core.api.Assertions.assertThat
77
import org.junit.jupiter.api.Test
88

9-
class AlertCreateForCustomerParamsTest {
9+
internal class AlertCreateForCustomerParamsTest {
1010

1111
@Test
1212
fun create() {

orb-java-core/src/test/kotlin/com/withorb/api/models/AlertCreateForExternalCustomerParamsTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import kotlin.test.assertNotNull
66
import org.assertj.core.api.Assertions.assertThat
77
import org.junit.jupiter.api.Test
88

9-
class AlertCreateForExternalCustomerParamsTest {
9+
internal class AlertCreateForExternalCustomerParamsTest {
1010

1111
@Test
1212
fun create() {

orb-java-core/src/test/kotlin/com/withorb/api/models/AlertCreateForSubscriptionParamsTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import kotlin.test.assertNotNull
66
import org.assertj.core.api.Assertions.assertThat
77
import org.junit.jupiter.api.Test
88

9-
class AlertCreateForSubscriptionParamsTest {
9+
internal class AlertCreateForSubscriptionParamsTest {
1010

1111
@Test
1212
fun create() {

orb-java-core/src/test/kotlin/com/withorb/api/models/AlertDisableParamsTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import com.withorb.api.core.http.QueryParams
66
import org.assertj.core.api.Assertions.assertThat
77
import org.junit.jupiter.api.Test
88

9-
class AlertDisableParamsTest {
9+
internal class AlertDisableParamsTest {
1010

1111
@Test
1212
fun create() {

orb-java-core/src/test/kotlin/com/withorb/api/models/AlertEnableParamsTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import com.withorb.api.core.http.QueryParams
66
import org.assertj.core.api.Assertions.assertThat
77
import org.junit.jupiter.api.Test
88

9-
class AlertEnableParamsTest {
9+
internal class AlertEnableParamsTest {
1010

1111
@Test
1212
fun create() {

orb-java-core/src/test/kotlin/com/withorb/api/models/AlertListParamsTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import java.time.OffsetDateTime
77
import org.assertj.core.api.Assertions.assertThat
88
import org.junit.jupiter.api.Test
99

10-
class AlertListParamsTest {
10+
internal class AlertListParamsTest {
1111

1212
@Test
1313
fun create() {

orb-java-core/src/test/kotlin/com/withorb/api/models/AlertRetrieveParamsTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package com.withorb.api.models
55
import org.assertj.core.api.Assertions.assertThat
66
import org.junit.jupiter.api.Test
77

8-
class AlertRetrieveParamsTest {
8+
internal class AlertRetrieveParamsTest {
99

1010
@Test
1111
fun create() {

orb-java-core/src/test/kotlin/com/withorb/api/models/AlertTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import java.time.OffsetDateTime
66
import org.assertj.core.api.Assertions.assertThat
77
import org.junit.jupiter.api.Test
88

9-
class AlertTest {
9+
internal class AlertTest {
1010

1111
@Test
1212
fun createAlert() {

orb-java-core/src/test/kotlin/com/withorb/api/models/AlertUpdateParamsTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import kotlin.test.assertNotNull
66
import org.assertj.core.api.Assertions.assertThat
77
import org.junit.jupiter.api.Test
88

9-
class AlertUpdateParamsTest {
9+
internal class AlertUpdateParamsTest {
1010

1111
@Test
1212
fun create() {

orb-java-core/src/test/kotlin/com/withorb/api/models/AmountDiscountTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ package com.withorb.api.models
55
import org.assertj.core.api.Assertions.assertThat
66
import org.junit.jupiter.api.Test
77

8-
class AmountDiscountTest {
8+
internal class AmountDiscountTest {
99

1010
@Test
1111
fun createAmountDiscount() {

0 commit comments

Comments
 (0)