assertTrue( "Assertion should have failed",
fail );
f = new DefaultSimulationFluent();
// @formatter:off
f.newKnowledgeBuilder()
.add( ResourceFactory.newByteArrayResource( str.getBytes() ),
ResourceType.DRL )
.end()
.newStatefulKnowledgeSession()
.insert( new Person( "yoda", 150 ) ).set( "y" )