{
Set decls = new HashSet( );
InstrumentedCondition cond = new InstrumentedCondition( );
cond.addDeclaration( this.stringDecl );
cond.addDeclaration( this.objectDecl );
assertTrue( !this.builder.matches( cond, decls ) );
decls.add( this.stringDecl );