@Test
public void testQEntryIsQBean1() throws Throwable {
Q2.QEntry qEntry = new Q2.QEntry(100L, new ObjectInstance(new ObjectName("testQEntryParam1", "testQEntryParam2",
"testQEntryParam3"), "testQEntryParam2"));
qEntry.setObject(new SystemMonitor());
boolean result = qEntry.isQBean();
assertTrue("result", result);
}