I have to write tests with String Test framework where many DB connections was used.
In test I don't need all data sources but Spring want them all to inject.
Are there any standard or well known fake javax.sql.DataSource implementation just to satisfy Spring DI mechanic?