Skip to content

Commit b43dd35

Browse files
committed
add new error test
1 parent 5ecdca0 commit b43dd35

File tree

1 file changed

+68
-0
lines changed

1 file changed

+68
-0
lines changed
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
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.LinkSchema;
17+
import com.bandwidth.sdk.model.LookupErrorSchema;
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 org.junit.jupiter.api.Disabled;
28+
import org.junit.jupiter.api.Test;
29+
30+
/**
31+
* Model tests for LookupErrorResponse
32+
*/
33+
public class LookupErrorResponseTest {
34+
private final LookupErrorResponse model = new LookupErrorResponse();
35+
36+
/**
37+
* Model tests for LookupErrorResponse
38+
*/
39+
@Test
40+
public void testLookupErrorResponse() {
41+
// TODO: test LookupErrorResponse
42+
}
43+
44+
/**
45+
* Test the property 'links'
46+
*/
47+
@Test
48+
public void linksTest() {
49+
// TODO: test links
50+
}
51+
52+
/**
53+
* Test the property 'data'
54+
*/
55+
@Test
56+
public void dataTest() {
57+
// TODO: test data
58+
}
59+
60+
/**
61+
* Test the property 'errors'
62+
*/
63+
@Test
64+
public void errorsTest() {
65+
// TODO: test errors
66+
}
67+
68+
}

0 commit comments

Comments
 (0)