File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
src/test/java/org/omg/sysml/api Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 1616import org .omg .sysml .ApiClient ;
1717import org .omg .sysml .ApiException ;
1818import org .omg .sysml .Configuration ;
19- import org .omg .sysml .model .Error ;
2019import org .omg .sysml .model .Project ;
2120import org .omg .sysml .model .Project .AtTypeEnum ;
2221
2322import java .util .UUID ;
2423import org .junit .Test ;
2524import org .junit .BeforeClass ;
26- import org .junit .Ignore ;
2725
2826import static org .junit .Assert .assertEquals ;
2927import static org .junit .Assert .assertTrue ;
3028import static org .junit .Assert .fail ;
3129
32- import java .util .ArrayList ;
33- import java .util .HashMap ;
3430import java .util .List ;
35- import java .util .Map ;
36- import java .util .Random ;
3731
3832/**
3933 * API tests for ProjectApi
@@ -93,8 +87,6 @@ public void getProjectsTest_0() {
9387 /**
9488 * Get project by ID
9589 *
96- *
97- *
9890 * @throws ApiException
9991 * if the Api call fails
10092 */
You can’t perform that action at this time.
0 commit comments