mediawiki-extensions-Visual.../modules/ve/test/ce
Roan Kattouw df97f759b1 Refactor selectNodes tests
* Move them from ve.example.js to ve.dm.example.js
** Also move lookupNode() and createDomElement() there
** Delete ve.example.js because there's nothing left in it
* Make main example document implicit, but allow override
* Specify nodes as arrays and do the lookup later
* Specify range and mode separately rather than calling selectNodes()
  during construction
* Construct statically rather than in a function
* Use expect( cases.length );

Change-Id: I620e949c5e612b32eaa57c5d9b60cc91f9ddbf02
2013-06-17 20:08:08 +01:00
..
nodes Store data in LinearData class with an index-value store for objects 2013-03-30 10:06:34 +00:00
ve.ce.BranchNode.test.js Introduction of setup and teardown events for ve.ce.View nodes 2013-05-14 19:47:40 +00:00
ve.ce.ContentBranchNode.test.js Convert GeneratedContentNode into a mixing (instead of an abstract class). 2013-05-29 14:54:57 -07:00
ve.ce.Document.test.js Refactor selectNodes tests 2013-06-17 20:08:08 +01:00
ve.ce.LeafNode.test.js
ve.ce.Node.test.js
ve.ce.NodeFactory.test.js
ve.ce.test.js