Add tests for MakerInfoProvider
These are going to be handy soon, as I'm about to add Caffeine for caching.
This commit is contained in:
@@ -8,6 +8,10 @@ public class AnyValues {
|
||||
return "string";
|
||||
}
|
||||
|
||||
public static int integer() {
|
||||
return 17;
|
||||
}
|
||||
|
||||
public static DaoException daoException() {
|
||||
return new DaoException(string(), new RuntimeException());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user