mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-17 00:24:57 +00:00
Minor reorg
git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@14376 1b8cb986-b30d-0410-93ca-fae66ebed9b2
This commit is contained in:
parent
dfe3a0680d
commit
c07cb17dc7
@ -113,12 +113,6 @@ public static void stopRegionFactory(JBossCacheRegionFactory factory, CacheTestS
|
||||
factory.stop();
|
||||
testSupport.unregisterFactory(factory);
|
||||
}
|
||||
|
||||
/**
|
||||
* Prevent instantiation.
|
||||
*/
|
||||
private CacheTestUtil() {
|
||||
}
|
||||
|
||||
/**
|
||||
* Supports easy creation of a TestSuite where a subclass' "FailureExpected"
|
||||
@ -158,5 +152,11 @@ public static TestSuite createFailureExpectedSuite(Class testClass) {
|
||||
|
||||
return result;
|
||||
}
|
||||
|
||||
/**
|
||||
* Prevent instantiation.
|
||||
*/
|
||||
private CacheTestUtil() {
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user