111112113114115116117118119120121
processor.configure(); verify((Configurable) p1).configure(); processor.destroy(); verify((Configurable) p1).destroy(); } @Test