* WITHOUT java.lang.RuntimePermission "getStackTrace" and
* java.lang.RuntimePermission "modifyThreadGroup";
*/
public void testAssertFailureNoThreadDump() {
String s = new AssertFailure("AssertFailureTest").getThreadDump();
//System.out.println(s); //Debug failures.
// Assert that the string is correct, by checking that is starts
// the right way.
if (JVMInfo.JDK_ID >= JVMInfo.J2SE_15) {