1. Project Clover database Wed Jan 17 2024 23:40:18 CST
  2. Package org.europa.together.business

File PaginationTestDAO.java

 

Code metrics

0
0
0
1
13
10
0
-
-
0
-

Classes

Class Line # Actions
PaginationTestDAO 10 0 - 0 0
-1.0 -
 

Contributing tests

No tests hitting this source file were found.

Source view

1    package org.europa.together.business;
2   
3    import org.europa.together.JUnit5Preperator;
4    import org.europa.together.domain.PaginationTestDO;
5    import org.junit.jupiter.api.extension.ExtendWith;
6    import org.springframework.stereotype.Component;
7   
8    @Component
9    @ExtendWith({JUnit5Preperator.class})
 
10    public interface PaginationTestDAO extends GenericDAO<PaginationTestDO, String> {
11   
12    String FEATURE_ID = "CM-02";
13    }