Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import kotlin.test.assertNotNull
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class AlertCreateForCustomerParamsTest {
internal class AlertCreateForCustomerParamsTest {

@Test
fun create() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import kotlin.test.assertNotNull
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class AlertCreateForExternalCustomerParamsTest {
internal class AlertCreateForExternalCustomerParamsTest {

@Test
fun create() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import kotlin.test.assertNotNull
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class AlertCreateForSubscriptionParamsTest {
internal class AlertCreateForSubscriptionParamsTest {

@Test
fun create() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import com.withorb.api.core.http.QueryParams
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class AlertDisableParamsTest {
internal class AlertDisableParamsTest {

@Test
fun create() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import com.withorb.api.core.http.QueryParams
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class AlertEnableParamsTest {
internal class AlertEnableParamsTest {

@Test
fun create() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import java.time.OffsetDateTime
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class AlertListParamsTest {
internal class AlertListParamsTest {

@Test
fun create() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package com.withorb.api.models
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class AlertRetrieveParamsTest {
internal class AlertRetrieveParamsTest {

@Test
fun create() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import java.time.OffsetDateTime
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class AlertTest {
internal class AlertTest {

@Test
fun createAlert() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import kotlin.test.assertNotNull
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class AlertUpdateParamsTest {
internal class AlertUpdateParamsTest {

@Test
fun create() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package com.withorb.api.models
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class AmountDiscountTest {
internal class AmountDiscountTest {

@Test
fun createAmountDiscount() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import java.time.OffsetDateTime
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class BillableMetricTest {
internal class BillableMetricTest {

@Test
fun createBillableMetric() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package com.withorb.api.models
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class CouponArchiveParamsTest {
internal class CouponArchiveParamsTest {

@Test
fun create() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import kotlin.test.assertNotNull
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class CouponCreateParamsTest {
internal class CouponCreateParamsTest {

@Test
fun create() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package com.withorb.api.models
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class CouponFetchParamsTest {
internal class CouponFetchParamsTest {

@Test
fun create() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import com.withorb.api.core.http.QueryParams
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class CouponListParamsTest {
internal class CouponListParamsTest {

@Test
fun create() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import com.withorb.api.core.http.QueryParams
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class CouponSubscriptionListParamsTest {
internal class CouponSubscriptionListParamsTest {

@Test
fun create() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import java.time.OffsetDateTime
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class CouponTest {
internal class CouponTest {

@Test
fun createCoupon() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import kotlin.test.assertNotNull
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class CreditNoteCreateParamsTest {
internal class CreditNoteCreateParamsTest {

@Test
fun create() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package com.withorb.api.models
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class CreditNoteFetchParamsTest {
internal class CreditNoteFetchParamsTest {

@Test
fun create() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import java.time.OffsetDateTime
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class CreditNoteListParamsTest {
internal class CreditNoteListParamsTest {

@Test
fun create() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import java.time.OffsetDateTime
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class CreditNoteTest {
internal class CreditNoteTest {

@Test
fun createCreditNote() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import kotlin.test.assertNotNull
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class CustomerBalanceTransactionCreateParamsTest {
internal class CustomerBalanceTransactionCreateParamsTest {

@Test
fun create() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import java.time.OffsetDateTime
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class CustomerBalanceTransactionCreateResponseTest {
internal class CustomerBalanceTransactionCreateResponseTest {

@Test
fun createCustomerBalanceTransactionCreateResponse() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import java.time.OffsetDateTime
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class CustomerBalanceTransactionListParamsTest {
internal class CustomerBalanceTransactionListParamsTest {

@Test
fun create() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import java.time.OffsetDateTime
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class CustomerBalanceTransactionListResponseTest {
internal class CustomerBalanceTransactionListResponseTest {

@Test
fun createCustomerBalanceTransactionListResponse() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import java.time.OffsetDateTime
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class CustomerCostListByExternalIdParamsTest {
internal class CustomerCostListByExternalIdParamsTest {

@Test
fun create() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import java.time.OffsetDateTime
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class CustomerCostListByExternalIdResponseTest {
internal class CustomerCostListByExternalIdResponseTest {

@Test
fun createCustomerCostListByExternalIdResponse() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import java.time.OffsetDateTime
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class CustomerCostListParamsTest {
internal class CustomerCostListParamsTest {

@Test
fun create() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import java.time.OffsetDateTime
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class CustomerCostListResponseTest {
internal class CustomerCostListResponseTest {

@Test
fun createCustomerCostListResponse() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import kotlin.test.assertNotNull
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class CustomerCreateParamsTest {
internal class CustomerCreateParamsTest {

@Test
fun create() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import java.time.OffsetDateTime
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class CustomerCreditLedgerCreateEntryByExternalIdParamsTest {
internal class CustomerCreditLedgerCreateEntryByExternalIdParamsTest {

@Test
fun create() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import java.time.OffsetDateTime
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class CustomerCreditLedgerCreateEntryParamsTest {
internal class CustomerCreditLedgerCreateEntryParamsTest {

@Test
fun create() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import java.time.OffsetDateTime
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class CustomerCreditLedgerListByExternalIdParamsTest {
internal class CustomerCreditLedgerListByExternalIdParamsTest {

@Test
fun create() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import java.time.OffsetDateTime
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class CustomerCreditLedgerListParamsTest {
internal class CustomerCreditLedgerListParamsTest {

@Test
fun create() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import com.withorb.api.core.http.QueryParams
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class CustomerCreditListByExternalIdParamsTest {
internal class CustomerCreditListByExternalIdParamsTest {

@Test
fun create() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import java.time.OffsetDateTime
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class CustomerCreditListByExternalIdResponseTest {
internal class CustomerCreditListByExternalIdResponseTest {

@Test
fun createCustomerCreditListByExternalIdResponse() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import com.withorb.api.core.http.QueryParams
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class CustomerCreditListParamsTest {
internal class CustomerCreditListParamsTest {

@Test
fun create() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import java.time.OffsetDateTime
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class CustomerCreditListResponseTest {
internal class CustomerCreditListResponseTest {

@Test
fun createCustomerCreditListResponse() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import kotlin.test.assertNotNull
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class CustomerCreditTopUpCreateByExternalIdParamsTest {
internal class CustomerCreditTopUpCreateByExternalIdParamsTest {

@Test
fun create() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package com.withorb.api.models
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class CustomerCreditTopUpCreateByExternalIdResponseTest {
internal class CustomerCreditTopUpCreateByExternalIdResponseTest {

@Test
fun createCustomerCreditTopUpCreateByExternalIdResponse() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import kotlin.test.assertNotNull
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class CustomerCreditTopUpCreateParamsTest {
internal class CustomerCreditTopUpCreateParamsTest {

@Test
fun create() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package com.withorb.api.models
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class CustomerCreditTopUpCreateResponseTest {
internal class CustomerCreditTopUpCreateResponseTest {

@Test
fun createCustomerCreditTopUpCreateResponse() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package com.withorb.api.models
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class CustomerCreditTopUpDeleteByExternalIdParamsTest {
internal class CustomerCreditTopUpDeleteByExternalIdParamsTest {

@Test
fun create() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package com.withorb.api.models
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Test

class CustomerCreditTopUpDeleteParamsTest {
internal class CustomerCreditTopUpDeleteParamsTest {

@Test
fun create() {
Expand Down
Loading