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
|
||||
*/
|
||||
@RunWith(SpringJUnit4ClassRunner.class)
|
||||
public class UserRepositoryIntegrationTestsDelegator extends AbstractSpringDataEmbeddedCassandraIntegrationTest {
|
||||
public abstract class UserRepositoryIntegrationTestsDelegator extends
|
||||
AbstractSpringDataEmbeddedCassandraIntegrationTest {
|
||||
|
||||
@Autowired
|
||||
protected UserRepository repository;
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
entity-base-packages="org.springframework.data.cassandra.test.integration.repository">
|
||||
<cass:entity
|
||||
class="org.springframework.data.cassandra.test.integration.repository.User">
|
||||
<cass:table name="users_x" />
|
||||
<cass:table name="users" />
|
||||
</cass:entity>
|
||||
</cass:mapping>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user