@Test
public void testElementProperty()
{
final TestModelRoot root = TestModelRoot.TYPE.instantiate();
final FunctionContext context = new ModelElementFunctionContext( root );
root.getElement().content( true, TestModelElementA.TYPE );
testForExpectedValue( context, "${ InstanceOf( Element, 'org.eclipse.sapphire.tests.modeling.el.t0008.TestModelElementA' ) }", true );