public abstract class JUnitUtils extends Object
Copyright (c) 2016. All Rights Reserved. Oracle Corporation.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
| Constructor and Description |
|---|
JUnitUtils() |
| Modifier and Type | Method and Description |
|---|---|
static String |
findClassName(org.junit.runner.Description description) |
static String |
getFailureMessage(org.junit.runner.notification.Failure failure) |
static String |
getIgnoredMessage(org.junit.runner.Description description) |
public static String findClassName(org.junit.runner.Description description)
public static String getIgnoredMessage(org.junit.runner.Description description)
public static String getFailureMessage(org.junit.runner.notification.Failure failure)
Copyright © 2017. All rights reserved.