File tree Expand file tree Collapse file tree 11 files changed +14
-41
lines changed
src/test/java/com/amadeus Expand file tree Collapse file tree 11 files changed +14
-41
lines changed Original file line number Diff line number Diff line change 5
5
import static com .github .tomakehurst .wiremock .client .WireMock .post ;
6
6
import static com .github .tomakehurst .wiremock .client .WireMock .urlEqualTo ;
7
7
import static org .assertj .core .api .AssertionsForClassTypes .assertThatThrownBy ;
8
- import static org .assertj . core .api .BDDAssertions . then ;
8
+ import static org .junit . jupiter .api .Assertions . assertNotNull ;
9
9
10
10
import com .amadeus .Amadeus ;
11
11
import com .amadeus .Params ;
14
14
import com .amadeus .resources .DiseaseReport ;
15
15
import com .github .tomakehurst .wiremock .WireMockServer ;
16
16
17
- import static org .junit .jupiter .api .Assertions .assertNotNull ;
18
-
19
17
import org .junit .jupiter .api .AfterEach ;
20
18
import org .junit .jupiter .api .BeforeEach ;
21
19
import org .junit .jupiter .api .Test ;
Original file line number Diff line number Diff line change 5
5
import static com .github .tomakehurst .wiremock .client .WireMock .post ;
6
6
import static com .github .tomakehurst .wiremock .client .WireMock .urlEqualTo ;
7
7
import static org .assertj .core .api .AssertionsForClassTypes .assertThatThrownBy ;
8
- import static org .assertj . core .api .BDDAssertions . then ;
8
+ import static org .junit . jupiter .api .Assertions . assertNotEquals ;
9
9
10
10
import com .amadeus .Amadeus ;
11
11
import com .amadeus .Params ;
14
14
import com .amadeus .resources .City ;
15
15
import com .github .tomakehurst .wiremock .WireMockServer ;
16
16
17
- import static org .junit .jupiter .api .Assertions .assertNotEquals ;
18
-
19
17
import org .junit .jupiter .api .AfterEach ;
20
18
import org .junit .jupiter .api .BeforeEach ;
21
19
import org .junit .jupiter .api .Test ;
Original file line number Diff line number Diff line change 4
4
import static com .github .tomakehurst .wiremock .client .WireMock .get ;
5
5
import static com .github .tomakehurst .wiremock .client .WireMock .post ;
6
6
import static com .github .tomakehurst .wiremock .client .WireMock .urlEqualTo ;
7
- import static org .assertj .core .api .BDDAssertions .then ;
7
+ import static org .junit .jupiter .api .Assertions .assertEquals ;
8
+ import static org .junit .jupiter .api .Assertions .assertNotNull ;
9
+ import static org .junit .jupiter .api .Assertions .assertTrue ;
8
10
9
11
import com .amadeus .Amadeus ;
10
12
import com .amadeus .Params ;
13
15
14
16
import com .github .tomakehurst .wiremock .WireMockServer ;
15
17
16
- import static org .junit .jupiter .api .Assertions .assertEquals ;
17
- import static org .junit .jupiter .api .Assertions .assertNotNull ;
18
- import static org .junit .jupiter .api .Assertions .assertTrue ;
19
-
20
18
import org .junit .jupiter .api .AfterEach ;
21
19
import org .junit .jupiter .api .BeforeEach ;
22
- import org .junit .jupiter .api .Disabled ;
23
20
import org .junit .jupiter .api .Test ;
24
21
25
22
public class HotelIT {
Original file line number Diff line number Diff line change 4
4
import static com .github .tomakehurst .wiremock .client .WireMock .get ;
5
5
import static com .github .tomakehurst .wiremock .client .WireMock .post ;
6
6
import static com .github .tomakehurst .wiremock .client .WireMock .urlEqualTo ;
7
- import static org .assertj . core .api .BDDAssertions . then ;
7
+ import static org .junit . jupiter .api .Assertions . assertNotNull ;
8
8
9
9
import com .amadeus .Amadeus ;
10
10
import com .amadeus .exceptions .ResponseException ;
11
11
import com .amadeus .resources .PointOfInterest ;
12
12
import com .github .tomakehurst .wiremock .WireMockServer ;
13
13
14
- import static org .junit .jupiter .api .Assertions .assertNotNull ;
15
-
16
14
import org .junit .jupiter .api .AfterEach ;
17
15
import org .junit .jupiter .api .BeforeEach ;
18
16
import org .junit .jupiter .api .Test ;
Original file line number Diff line number Diff line change 5
5
import static com .github .tomakehurst .wiremock .client .WireMock .post ;
6
6
import static com .github .tomakehurst .wiremock .client .WireMock .urlEqualTo ;
7
7
import static org .assertj .core .api .AssertionsForClassTypes .assertThatThrownBy ;
8
- import static org .assertj . core .api .BDDAssertions . then ;
8
+ import static org .junit . jupiter .api .Assertions . assertNotEquals ;
9
9
10
10
import com .amadeus .Amadeus ;
11
11
import com .amadeus .Params ;
14
14
import com .amadeus .resources .Hotel ;
15
15
import com .github .tomakehurst .wiremock .WireMockServer ;
16
16
17
- import static org .junit .jupiter .api .Assertions .assertNotEquals ;
18
-
19
17
import org .junit .jupiter .api .AfterEach ;
20
18
import org .junit .jupiter .api .BeforeEach ;
21
19
import org .junit .jupiter .api .Test ;
Original file line number Diff line number Diff line change 5
5
import static com .github .tomakehurst .wiremock .client .WireMock .post ;
6
6
import static com .github .tomakehurst .wiremock .client .WireMock .urlEqualTo ;
7
7
import static org .assertj .core .api .AssertionsForClassTypes .assertThatThrownBy ;
8
- import static org .assertj . core .api .BDDAssertions . then ;
8
+ import static org .junit . jupiter .api .Assertions . assertNotEquals ;
9
9
10
10
import com .amadeus .Amadeus ;
11
11
import com .amadeus .Params ;
14
14
import com .amadeus .resources .Hotel ;
15
15
import com .github .tomakehurst .wiremock .WireMockServer ;
16
16
17
- import static org .junit .jupiter .api .Assertions .assertNotEquals ;
18
-
19
17
import org .junit .jupiter .api .AfterEach ;
20
18
import org .junit .jupiter .api .BeforeEach ;
21
19
import org .junit .jupiter .api .Test ;
Original file line number Diff line number Diff line change 5
5
import static com .github .tomakehurst .wiremock .client .WireMock .post ;
6
6
import static com .github .tomakehurst .wiremock .client .WireMock .urlEqualTo ;
7
7
import static org .assertj .core .api .AssertionsForClassTypes .assertThatThrownBy ;
8
- import static org .assertj . core .api .BDDAssertions . then ;
8
+ import static org .junit . jupiter .api .Assertions . assertNotEquals ;
9
9
10
10
import com .amadeus .Amadeus ;
11
11
import com .amadeus .Params ;
14
14
import com .amadeus .resources .Hotel ;
15
15
import com .github .tomakehurst .wiremock .WireMockServer ;
16
16
17
- import static org .junit .jupiter .api .Assertions .assertNotEquals ;
18
-
19
17
import org .junit .jupiter .api .AfterEach ;
20
18
import org .junit .jupiter .api .BeforeEach ;
21
19
import org .junit .jupiter .api .Test ;
Original file line number Diff line number Diff line change 4
4
import static com .github .tomakehurst .wiremock .client .WireMock .get ;
5
5
import static com .github .tomakehurst .wiremock .client .WireMock .post ;
6
6
import static com .github .tomakehurst .wiremock .client .WireMock .urlEqualTo ;
7
- import static org .assertj .core .api .BDDAssertions .then ;
7
+ import static org .junit .jupiter .api .Assertions .assertNotEquals ;
8
+ import static org .junit .jupiter .api .Assertions .assertNotNull ;
8
9
9
10
import com .amadeus .Amadeus ;
10
11
import com .amadeus .Params ;
11
12
import com .amadeus .exceptions .ResponseException ;
12
13
import com .amadeus .resources .SafePlace ;
13
14
import com .github .tomakehurst .wiremock .WireMockServer ;
14
15
15
- import static org .junit .jupiter .api .Assertions .assertNotEquals ;
16
- import static org .junit .jupiter .api .Assertions .assertNotNull ;
17
-
18
16
import org .junit .jupiter .api .AfterEach ;
19
17
import org .junit .jupiter .api .BeforeEach ;
20
18
import org .junit .jupiter .api .Test ;
Original file line number Diff line number Diff line change 4
4
import static com .github .tomakehurst .wiremock .client .WireMock .get ;
5
5
import static com .github .tomakehurst .wiremock .client .WireMock .post ;
6
6
import static com .github .tomakehurst .wiremock .client .WireMock .urlEqualTo ;
7
- import static org .assertj . core .api .BDDAssertions . then ;
7
+ import static org .junit . jupiter .api .Assertions . assertNotNull ;
8
8
9
9
import com .amadeus .Amadeus ;
10
10
import com .amadeus .exceptions .ResponseException ;
11
11
import com .amadeus .resources .Activity ;
12
12
import com .github .tomakehurst .wiremock .WireMockServer ;
13
13
14
- import static org .junit .jupiter .api .Assertions .assertNotNull ;
15
-
16
14
import org .junit .jupiter .api .AfterEach ;
17
15
import org .junit .jupiter .api .BeforeEach ;
18
16
import org .junit .jupiter .api .Test ;
Original file line number Diff line number Diff line change 5
5
import static com .github .tomakehurst .wiremock .client .WireMock .post ;
6
6
import static com .github .tomakehurst .wiremock .client .WireMock .urlEqualTo ;
7
7
import static org .assertj .core .api .AssertionsForClassTypes .assertThatThrownBy ;
8
- import static org .assertj . core .api .BDDAssertions . then ;
8
+ import static org .junit . jupiter .api .Assertions . assertNotNull ;
9
9
10
10
import com .amadeus .Amadeus ;
11
11
import com .amadeus .Params ;
14
14
import com .amadeus .resources .Activity ;
15
15
import com .github .tomakehurst .wiremock .WireMockServer ;
16
16
17
- import static org .junit .jupiter .api .Assertions .assertNotNull ;
18
-
19
- import org .junit .jupiter .api .AfterEach ;
20
- import org .junit .jupiter .api .BeforeEach ;
21
- import org .junit .jupiter .api .Test ;
22
-
23
17
//https://developers.amadeus.com/self-service/category/destination-content/api-doc/points-of-interest/api-reference
24
18
public class BySquareIT {
25
19
You can’t perform that action at this time.
0 commit comments