-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
- instantiate an Evees service in the test
- build a HtpSuperTest HttpConnection implementing the
HttpAuthenticatedConnectioninterface. - create the
HttpStoreandEveesHttpservices just like in Linked Thoughts appinit.tsfile - use the eveesConstructorHelper to build the evees service
- build a HtpSuperTest HttpConnection implementing the
- instantiate the AppElements service, giving it a tree of
TextNodeelements (instead of the custom types used in LinkedThoughts app) that are enough to run the test.- specify the tree structure with an AppElement similar to the app.element.init.ts file, just use TextNode as the only type of data to build the tree.
- use elements.check() to intialize the tree.
- use elements.get() to get elements inside the tree out of their "path".
- use the Evees service in the test to do some stuff. Create a perspective, update it, add a child...
Metadata
Metadata
Assignees
Labels
No labels