File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
mcp/src/test/java/io/modelcontextprotocol/spec Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 3
3
*/
4
4
package io .modelcontextprotocol .spec ;
5
5
6
+ import static net .javacrumbs .jsonunit .assertj .JsonAssertions .assertThatJson ;
7
+ import static net .javacrumbs .jsonunit .assertj .JsonAssertions .json ;
8
+ import static org .assertj .core .api .Assertions .assertThat ;
9
+ import static org .assertj .core .api .Assertions .assertThatThrownBy ;
10
+
6
11
import java .util .Arrays ;
7
12
import java .util .Collections ;
8
13
import java .util .HashMap ;
9
14
import java .util .List ;
10
15
import java .util .Map ;
11
16
12
- import static org .assertj .core .api .Assertions .assertThat ;
13
- import static org .assertj .core .api .Assertions .assertThatThrownBy ;
14
17
import org .junit .jupiter .api .Test ;
15
18
16
19
import com .fasterxml .jackson .databind .ObjectMapper ;
17
20
import com .fasterxml .jackson .databind .exc .InvalidTypeIdException ;
18
21
19
22
import io .modelcontextprotocol .spec .McpSchema .TextResourceContents ;
20
- import static net .javacrumbs .jsonunit .assertj .JsonAssertions .assertThatJson ;
21
- import static net .javacrumbs .jsonunit .assertj .JsonAssertions .json ;
22
23
import net .javacrumbs .jsonunit .core .Option ;
23
24
24
25
/**
You can’t perform that action at this time.
0 commit comments