* Test of teardownTest method, of class JmsUtil.
*/
@Test
public void testTeardownTest() {
System.out.println("teardownTest");
JavaSamplerContext arg0 = null;
JmsUtil instance = new JmsUtil();
instance.teardownTest(arg0);
// TODO review the generated test code and remove the default call to fail.
}