28 using namespace gtsam;
 
   42   SymbolicJunctionTree::Node::Keys
 
   48   LONGS_EQUAL(1,                (
long)actual.roots().front()->factors.size());
 
   51   LONGS_EQUAL(2,                (
long)actual.roots().front()->children.front()->factors.size());
 
   53   EXPECT(
assert_equal(*simpleChain[0],   *actual.roots().front()->children.front()->factors[0]));
 
   54   EXPECT(
assert_equal(*simpleChain[1],   *actual.roots().front()->children.front()->factors[1]));