We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7420e2d commit faa12f6Copy full SHA for faa12f6
src/test/java/org/omg/sysml/api/QueryApiTest.java
@@ -35,6 +35,7 @@
35
import java.util.Map;
36
37
/**
38
+ * wip - test returns list<Query> contains no Query object and no able to test API requires queryId
39
* API tests for QueryApi
40
*/
41
public class QueryApiTest {
@@ -154,7 +155,7 @@ public void getQueryResultsByProjectIdQueryTest() throws ApiException {
154
155
if (body == null) {
156
fail("Failed - no query available");
157
}
- try {
158
+ try {
159
UUID commitId = null;
160
List<Element> response = api.getQueryResultsByProjectIdQuery(projectId, body, commitId);
161
System.out.println("=== getQueryResultsByProjectIdQueryTest() === " + response.size());
0 commit comments