org.hibernate.testing.junit4
Class ExtraAssertions
java.lang.Object
org.hibernate.testing.junit4.ExtraAssertions
public class ExtraAssertions
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtraAssertions
public ExtraAssertions()
assertClassAssignability
public static void assertClassAssignability(Class expected,
Class actual)
assertTyping
public static <T> T assertTyping(Class<T> expectedType,
Object value)
assertJdbcTypeCode
public static void assertJdbcTypeCode(int expected,
int actual)
Copyright © 2001-2013 Red Hat, Inc. All Rights Reserved.