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 33*/
44package io .modelcontextprotocol .spec ;
55
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+
611import java .util .Arrays ;
712import java .util .Collections ;
813import java .util .HashMap ;
914import java .util .List ;
1015import java .util .Map ;
1116
12- import static org .assertj .core .api .Assertions .assertThat ;
13- import static org .assertj .core .api .Assertions .assertThatThrownBy ;
1417import org .junit .jupiter .api .Test ;
1518
1619import com .fasterxml .jackson .databind .ObjectMapper ;
1720import com .fasterxml .jackson .databind .exc .InvalidTypeIdException ;
1821
1922import io .modelcontextprotocol .spec .McpSchema .TextResourceContents ;
20- import static net .javacrumbs .jsonunit .assertj .JsonAssertions .assertThatJson ;
21- import static net .javacrumbs .jsonunit .assertj .JsonAssertions .json ;
2223import net .javacrumbs .jsonunit .core .Option ;
2324
2425/**
You can’t perform that action at this time.
0 commit comments