rbmatlab  1.13.10
 All Classes Namespaces Files Functions Variables Groups Pages
Functions
test_indexed_node.m File Reference

Consistency tests for the DataTree.IdMapNode class. More...

Go to the source code of this file.

Functions

function ok = test_indexed_node ()
 Consistency tests for the DataTree.IdMapNode class.
 

Detailed Description

Consistency tests for the DataTree.IdMapNode class.

Definition in file test_indexed_node.m.

Function Documentation

function ok = test_indexed_node ( )

Consistency tests for the DataTree.IdMapNode class.

Test cases
  • 2. initialize with cell array
  • 3. initialize with struct
  • 4. initialize with struct in flat mode (default mergefun)
  • 5. initialize with struct in flat mode (custom mergefun)
  • 5b. overwrite with given DataTree.IdMapNode object from (3.) in flat mode with different mergefun than before
Return values
okok

Definition at line 17 of file test_indexed_node.m.