Skip to content

Commit 7420e2d

Browse files
committed
WIP - element has no Id
getByProject and Commit return List of elements but the element has getId method and not able to test requires elementId
1 parent 33339ea commit 7420e2d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/test/java/org/omg/sysml/api/ElementApiTest.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
import java.util.Map;
3636

3737
/**
38+
* wip - test returns list<element> contains element but without Id, then no able to test API requires elementId
3839
* API tests for ElementApi
3940
*/
4041

@@ -123,7 +124,8 @@ public void getRootsByProjectCommitTest() throws ApiException {
123124

124125

125126
/**
126-
* WIP - response size = 0
127+
* WIP - response size > 0 but Element atType = null atId = null, identifer = null
128+
* Is this ok?
127129
* Get elements by project and commit
128130
*
129131
*

0 commit comments

Comments
 (0)