DATACASS-107 - fixed broken tests, abstracted UserRepositoryIntegrationTestsDelegator, added TODO class for derived query method tests
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
package org.springframework.data.cassandra.test.integration.querymethods.derived;
|
||||||
|
|
||||||
|
// TODO
|
||||||
|
public class TODO {
|
||||||
|
}
|
||||||
@@ -29,7 +29,8 @@ import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;
|
|||||||
* @author Matthew T. Adams
|
* @author Matthew T. Adams
|
||||||
*/
|
*/
|
||||||
@RunWith(SpringJUnit4ClassRunner.class)
|
@RunWith(SpringJUnit4ClassRunner.class)
|
||||||
public class UserRepositoryIntegrationTestsDelegator extends AbstractSpringDataEmbeddedCassandraIntegrationTest {
|
public abstract class UserRepositoryIntegrationTestsDelegator extends
|
||||||
|
AbstractSpringDataEmbeddedCassandraIntegrationTest {
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
protected UserRepository repository;
|
protected UserRepository repository;
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
entity-base-packages="org.springframework.data.cassandra.test.integration.repository">
|
entity-base-packages="org.springframework.data.cassandra.test.integration.repository">
|
||||||
<cass:entity
|
<cass:entity
|
||||||
class="org.springframework.data.cassandra.test.integration.repository.User">
|
class="org.springframework.data.cassandra.test.integration.repository.User">
|
||||||
<cass:table name="users_x" />
|
<cass:table name="users" />
|
||||||
</cass:entity>
|
</cass:entity>
|
||||||
</cass:mapping>
|
</cass:mapping>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user