Skip to content

Commit 5753c90

Browse files
committed
add new model tests
1 parent f5ac10d commit 5753c90

17 files changed

+934
-0
lines changed
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
/*
2+
* Bandwidth
3+
* Bandwidth's Communication APIs
4+
*
5+
* The version of the OpenAPI document: 1.0.0
6+
* Contact: [email protected]
7+
*
8+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9+
* https://openapi-generator.tech
10+
* Do not edit the class manually.
11+
*/
12+
13+
14+
package com.bandwidth.sdk.model;
15+
16+
import com.google.gson.TypeAdapter;
17+
import com.google.gson.annotations.JsonAdapter;
18+
import com.google.gson.annotations.SerializedName;
19+
import com.google.gson.stream.JsonReader;
20+
import com.google.gson.stream.JsonWriter;
21+
import java.io.IOException;
22+
import java.util.ArrayList;
23+
import java.util.Arrays;
24+
import java.util.List;
25+
import org.junit.jupiter.api.Disabled;
26+
import org.junit.jupiter.api.Test;
27+
28+
/**
29+
* Model tests for AsyncLookupRequest
30+
*/
31+
public class AsyncLookupRequestTest {
32+
private final AsyncLookupRequest model = new AsyncLookupRequest();
33+
34+
/**
35+
* Model tests for AsyncLookupRequest
36+
*/
37+
@Test
38+
public void testAsyncLookupRequest() {
39+
// TODO: test AsyncLookupRequest
40+
}
41+
42+
/**
43+
* Test the property 'phoneNumbers'
44+
*/
45+
@Test
46+
public void phoneNumbersTest() {
47+
// TODO: test phoneNumbers
48+
}
49+
50+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
/*
2+
* Bandwidth
3+
* Bandwidth's Communication APIs
4+
*
5+
* The version of the OpenAPI document: 1.0.0
6+
* Contact: [email protected]
7+
*
8+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9+
* https://openapi-generator.tech
10+
* Do not edit the class manually.
11+
*/
12+
13+
14+
package com.bandwidth.sdk.model;
15+
16+
import com.google.gson.annotations.SerializedName;
17+
import org.junit.jupiter.api.Disabled;
18+
import org.junit.jupiter.api.Test;
19+
20+
/**
21+
* Model tests for CompletedLookupStatusEnum
22+
*/
23+
public class CompletedLookupStatusEnumTest {
24+
/**
25+
* Model tests for CompletedLookupStatusEnum
26+
*/
27+
@Test
28+
public void testCompletedLookupStatusEnum() {
29+
// TODO: test CompletedLookupStatusEnum
30+
}
31+
32+
}
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
/*
2+
* Bandwidth
3+
* Bandwidth's Communication APIs
4+
*
5+
* The version of the OpenAPI document: 1.0.0
6+
* Contact: [email protected]
7+
*
8+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9+
* https://openapi-generator.tech
10+
* Do not edit the class manually.
11+
*/
12+
13+
14+
package com.bandwidth.sdk.model;
15+
16+
import com.bandwidth.sdk.model.InProgressLookupStatusEnum;
17+
import com.google.gson.TypeAdapter;
18+
import com.google.gson.annotations.JsonAdapter;
19+
import com.google.gson.annotations.SerializedName;
20+
import com.google.gson.stream.JsonReader;
21+
import com.google.gson.stream.JsonWriter;
22+
import java.io.IOException;
23+
import java.util.Arrays;
24+
import java.util.UUID;
25+
import org.junit.jupiter.api.Disabled;
26+
import org.junit.jupiter.api.Test;
27+
28+
/**
29+
* Model tests for CreateAsyncBulkLookupResponseData
30+
*/
31+
public class CreateAsyncBulkLookupResponseDataTest {
32+
private final CreateAsyncBulkLookupResponseData model = new CreateAsyncBulkLookupResponseData();
33+
34+
/**
35+
* Model tests for CreateAsyncBulkLookupResponseData
36+
*/
37+
@Test
38+
public void testCreateAsyncBulkLookupResponseData() {
39+
// TODO: test CreateAsyncBulkLookupResponseData
40+
}
41+
42+
/**
43+
* Test the property 'requestId'
44+
*/
45+
@Test
46+
public void requestIdTest() {
47+
// TODO: test requestId
48+
}
49+
50+
/**
51+
* Test the property 'status'
52+
*/
53+
@Test
54+
public void statusTest() {
55+
// TODO: test status
56+
}
57+
58+
}
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
/*
2+
* Bandwidth
3+
* Bandwidth's Communication APIs
4+
*
5+
* The version of the OpenAPI document: 1.0.0
6+
* Contact: [email protected]
7+
*
8+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9+
* https://openapi-generator.tech
10+
* Do not edit the class manually.
11+
*/
12+
13+
14+
package com.bandwidth.sdk.model;
15+
16+
import com.bandwidth.sdk.model.CreateAsyncBulkLookupResponseData;
17+
import com.bandwidth.sdk.model.LinkSchema;
18+
import com.bandwidth.sdk.model.LookupErrorSchema;
19+
import com.google.gson.TypeAdapter;
20+
import com.google.gson.annotations.JsonAdapter;
21+
import com.google.gson.annotations.SerializedName;
22+
import com.google.gson.stream.JsonReader;
23+
import com.google.gson.stream.JsonWriter;
24+
import java.io.IOException;
25+
import java.util.ArrayList;
26+
import java.util.Arrays;
27+
import java.util.List;
28+
import org.junit.jupiter.api.Disabled;
29+
import org.junit.jupiter.api.Test;
30+
31+
/**
32+
* Model tests for CreateAsyncBulkLookupResponse
33+
*/
34+
public class CreateAsyncBulkLookupResponseTest {
35+
private final CreateAsyncBulkLookupResponse model = new CreateAsyncBulkLookupResponse();
36+
37+
/**
38+
* Model tests for CreateAsyncBulkLookupResponse
39+
*/
40+
@Test
41+
public void testCreateAsyncBulkLookupResponse() {
42+
// TODO: test CreateAsyncBulkLookupResponse
43+
}
44+
45+
/**
46+
* Test the property 'links'
47+
*/
48+
@Test
49+
public void linksTest() {
50+
// TODO: test links
51+
}
52+
53+
/**
54+
* Test the property 'data'
55+
*/
56+
@Test
57+
public void dataTest() {
58+
// TODO: test data
59+
}
60+
61+
/**
62+
* Test the property 'errors'
63+
*/
64+
@Test
65+
public void errorsTest() {
66+
// TODO: test errors
67+
}
68+
69+
}
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
/*
2+
* Bandwidth
3+
* Bandwidth's Communication APIs
4+
*
5+
* The version of the OpenAPI document: 1.0.0
6+
* Contact: [email protected]
7+
*
8+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9+
* https://openapi-generator.tech
10+
* Do not edit the class manually.
11+
*/
12+
13+
14+
package com.bandwidth.sdk.model;
15+
16+
import com.bandwidth.sdk.model.CompletedLookupStatusEnum;
17+
import com.bandwidth.sdk.model.LookupResult;
18+
import com.google.gson.TypeAdapter;
19+
import com.google.gson.annotations.JsonAdapter;
20+
import com.google.gson.annotations.SerializedName;
21+
import com.google.gson.stream.JsonReader;
22+
import com.google.gson.stream.JsonWriter;
23+
import java.io.IOException;
24+
import java.util.ArrayList;
25+
import java.util.Arrays;
26+
import java.util.List;
27+
import java.util.UUID;
28+
import org.junit.jupiter.api.Disabled;
29+
import org.junit.jupiter.api.Test;
30+
31+
/**
32+
* Model tests for CreateSyncLookupResponseData
33+
*/
34+
public class CreateSyncLookupResponseDataTest {
35+
private final CreateSyncLookupResponseData model = new CreateSyncLookupResponseData();
36+
37+
/**
38+
* Model tests for CreateSyncLookupResponseData
39+
*/
40+
@Test
41+
public void testCreateSyncLookupResponseData() {
42+
// TODO: test CreateSyncLookupResponseData
43+
}
44+
45+
/**
46+
* Test the property 'requestId'
47+
*/
48+
@Test
49+
public void requestIdTest() {
50+
// TODO: test requestId
51+
}
52+
53+
/**
54+
* Test the property 'status'
55+
*/
56+
@Test
57+
public void statusTest() {
58+
// TODO: test status
59+
}
60+
61+
/**
62+
* Test the property 'results'
63+
*/
64+
@Test
65+
public void resultsTest() {
66+
// TODO: test results
67+
}
68+
69+
}
Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
1+
/*
2+
* Bandwidth
3+
* Bandwidth's Communication APIs
4+
*
5+
* The version of the OpenAPI document: 1.0.0
6+
* Contact: [email protected]
7+
*
8+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9+
* https://openapi-generator.tech
10+
* Do not edit the class manually.
11+
*/
12+
13+
14+
package com.bandwidth.sdk.model;
15+
16+
import com.bandwidth.sdk.model.CreateSyncLookupResponseData;
17+
import com.bandwidth.sdk.model.LinkSchema;
18+
import com.bandwidth.sdk.model.LookupErrorSchema;
19+
import com.google.gson.TypeAdapter;
20+
import com.google.gson.annotations.JsonAdapter;
21+
import com.google.gson.annotations.SerializedName;
22+
import com.google.gson.stream.JsonReader;
23+
import com.google.gson.stream.JsonWriter;
24+
import java.io.IOException;
25+
import java.util.ArrayList;
26+
import java.util.Arrays;
27+
import java.util.List;
28+
import org.junit.jupiter.api.Disabled;
29+
import org.junit.jupiter.api.Test;
30+
31+
/**
32+
* Model tests for CreateSyncLookupResponse
33+
*/
34+
public class CreateSyncLookupResponseTest {
35+
private final CreateSyncLookupResponse model = new CreateSyncLookupResponse();
36+
37+
/**
38+
* Model tests for CreateSyncLookupResponse
39+
*/
40+
@Test
41+
public void testCreateSyncLookupResponse() {
42+
// TODO: test CreateSyncLookupResponse
43+
}
44+
45+
/**
46+
* Test the property 'links'
47+
*/
48+
@Test
49+
public void linksTest() {
50+
// TODO: test links
51+
}
52+
53+
/**
54+
* Test the property 'data'
55+
*/
56+
@Test
57+
public void dataTest() {
58+
// TODO: test data
59+
}
60+
61+
/**
62+
* Test the property 'errors'
63+
*/
64+
@Test
65+
public void errorsTest() {
66+
// TODO: test errors
67+
}
68+
69+
}
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
/*
2+
* Bandwidth
3+
* Bandwidth's Communication APIs
4+
*
5+
* The version of the OpenAPI document: 1.0.0
6+
* Contact: [email protected]
7+
*
8+
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9+
* https://openapi-generator.tech
10+
* Do not edit the class manually.
11+
*/
12+
13+
14+
package com.bandwidth.sdk.model;
15+
16+
import com.google.gson.annotations.SerializedName;
17+
import org.junit.jupiter.api.Disabled;
18+
import org.junit.jupiter.api.Test;
19+
20+
/**
21+
* Model tests for DeactivationEventEnum
22+
*/
23+
public class DeactivationEventEnumTest {
24+
/**
25+
* Model tests for DeactivationEventEnum
26+
*/
27+
@Test
28+
public void testDeactivationEventEnum() {
29+
// TODO: test DeactivationEventEnum
30+
}
31+
32+
}

0 commit comments

Comments
 (0)