File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
src/test/java/de/bsi/secvisogram/csaf_cms_backend/json Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 66import static de .bsi .secvisogram .csaf_cms_backend .json .VersioningType .Integer ;
77import static de .bsi .secvisogram .csaf_cms_backend .json .VersioningType .Semantic ;
88import static org .hamcrest .MatcherAssert .assertThat ;
9- import static org .hamcrest .Matchers .*;
9+ import static org .hamcrest .Matchers .equalTo ;
10+ import static org .hamcrest .Matchers .is ;
11+ import static org .hamcrest .Matchers .nullValue ;
12+ import static org .hamcrest .Matchers .startsWith ;
1013import static org .junit .jupiter .api .Assertions .assertEquals ;
1114import static org .junit .jupiter .api .Assertions .assertThrows ;
1215
4144import org .junit .jupiter .params .provider .MethodSource ;
4245import org .springframework .http .HttpStatus ;
4346
47+
4448public class AdvisoryWrapperTest {
4549
4650 @ Test
You can’t perform that action at this time.
0 commit comments