File tree Expand file tree Collapse file tree 8 files changed +27
-36
lines changed
src/test/java/org/phoebus/channelfinder/processors/aa Expand file tree Collapse file tree 8 files changed +27
-36
lines changed Original file line number Diff line number Diff line change 1- package org .phoebus .channelfinder .processors ;
1+ package org .phoebus .channelfinder .processors . aa ;
22
33import static org .junit .jupiter .api .Assertions .assertEquals ;
44
2121import org .junit .jupiter .params .provider .MethodSource ;
2222import org .phoebus .channelfinder .entity .Channel ;
2323import org .phoebus .channelfinder .entity .Property ;
24- import org .phoebus .channelfinder .processors .aa . AAChannelProcessor ;
24+ import org .phoebus .channelfinder .processors .ChannelProcessor ;
2525import org .springframework .beans .factory .annotation .Autowired ;
2626import org .springframework .boot .test .autoconfigure .web .servlet .WebMvcTest ;
2727import org .springframework .test .context .TestPropertySource ;
Original file line number Diff line number Diff line change 1- package org .phoebus .channelfinder .processors ;
1+ package org .phoebus .channelfinder .processors . aa ;
22
33import static org .junit .jupiter .api .Assertions .assertEquals ;
44import static org .junit .jupiter .api .Assertions .assertTrue ;
5- import static org .phoebus .channelfinder .processors .AAChannelProcessorIT .activeProperty ;
6- import static org .phoebus .channelfinder .processors .AAChannelProcessorIT .archiveProperty ;
7- import static org .phoebus .channelfinder .processors .AAChannelProcessorIT .inactiveProperty ;
5+ import static org .phoebus .channelfinder .processors .aa . AAChannelProcessorIT .activeProperty ;
6+ import static org .phoebus .channelfinder .processors .aa . AAChannelProcessorIT .archiveProperty ;
7+ import static org .phoebus .channelfinder .processors .aa . AAChannelProcessorIT .inactiveProperty ;
88
99import com .fasterxml .jackson .core .JsonProcessingException ;
1010import com .fasterxml .jackson .databind .ObjectMapper ;
2525import org .junit .jupiter .params .provider .Arguments ;
2626import org .junit .jupiter .params .provider .MethodSource ;
2727import org .phoebus .channelfinder .entity .Channel ;
28- import org .phoebus .channelfinder .processors .aa .AAChannelProcessor ;
29- import org .phoebus .channelfinder .processors .aa .ArchiveAction ;
3028import org .springframework .beans .factory .annotation .Autowired ;
3129import org .springframework .boot .test .autoconfigure .web .servlet .WebMvcTest ;
3230import org .springframework .test .context .TestPropertySource ;
Original file line number Diff line number Diff line change 1- package org .phoebus .channelfinder .processors ;
1+ package org .phoebus .channelfinder .processors . aa ;
22
33import static org .junit .jupiter .api .Assertions .assertEquals ;
44import static org .junit .jupiter .api .Assertions .assertTrue ;
5- import static org .phoebus .channelfinder .processors .AAChannelProcessorIT .activeProperty ;
6- import static org .phoebus .channelfinder .processors .AAChannelProcessorIT .archiveProperty ;
7- import static org .phoebus .channelfinder .processors .AAChannelProcessorIT .inactiveProperty ;
5+ import static org .phoebus .channelfinder .processors .aa . AAChannelProcessorIT .activeProperty ;
6+ import static org .phoebus .channelfinder .processors .aa . AAChannelProcessorIT .archiveProperty ;
7+ import static org .phoebus .channelfinder .processors .aa . AAChannelProcessorIT .inactiveProperty ;
88
99import com .fasterxml .jackson .core .JsonProcessingException ;
1010import com .fasterxml .jackson .databind .ObjectMapper ;
2525import org .junit .jupiter .params .provider .Arguments ;
2626import org .junit .jupiter .params .provider .MethodSource ;
2727import org .phoebus .channelfinder .entity .Channel ;
28- import org .phoebus .channelfinder .processors .aa .AAChannelProcessor ;
29- import org .phoebus .channelfinder .processors .aa .ArchiveAction ;
3028import org .springframework .beans .factory .annotation .Autowired ;
3129import org .springframework .boot .test .autoconfigure .web .servlet .WebMvcTest ;
3230import org .springframework .test .context .TestPropertySource ;
Original file line number Diff line number Diff line change 1- package org .phoebus .channelfinder .processors ;
1+ package org .phoebus .channelfinder .processors . aa ;
22
3- import static org .phoebus .channelfinder .processors .AAChannelProcessorIT .activeProperty ;
4- import static org .phoebus .channelfinder .processors .AAChannelProcessorIT .archiveProperty ;
5- import static org .phoebus .channelfinder .processors .AAChannelProcessorIT .paramableAAChannelProcessorTest ;
3+ import static org .phoebus .channelfinder .processors .aa . AAChannelProcessorIT .activeProperty ;
4+ import static org .phoebus .channelfinder .processors .aa . AAChannelProcessorIT .archiveProperty ;
5+ import static org .phoebus .channelfinder .processors .aa . AAChannelProcessorIT .paramableAAChannelProcessorTest ;
66
77import com .fasterxml .jackson .core .JsonProcessingException ;
88import com .fasterxml .jackson .databind .ObjectMapper ;
1717import org .junit .jupiter .params .provider .MethodSource ;
1818import org .phoebus .channelfinder .entity .Channel ;
1919import org .phoebus .channelfinder .entity .Property ;
20- import org .phoebus .channelfinder .processors .aa .AAChannelProcessor ;
2120import org .springframework .beans .factory .annotation .Autowired ;
2221import org .springframework .boot .test .autoconfigure .web .servlet .WebMvcTest ;
2322import org .springframework .test .context .TestPropertySource ;
Original file line number Diff line number Diff line change 1- package org .phoebus .channelfinder .processors ;
1+ package org .phoebus .channelfinder .processors . aa ;
22
3- import static org .phoebus .channelfinder .processors .AAChannelProcessorIT .archiveProperty ;
4- import static org .phoebus .channelfinder .processors .AAChannelProcessorIT .inactiveProperty ;
5- import static org .phoebus .channelfinder .processors .AAChannelProcessorIT .paramableAAChannelProcessorTest ;
3+ import static org .phoebus .channelfinder .processors .aa . AAChannelProcessorIT .archiveProperty ;
4+ import static org .phoebus .channelfinder .processors .aa . AAChannelProcessorIT .inactiveProperty ;
5+ import static org .phoebus .channelfinder .processors .aa . AAChannelProcessorIT .paramableAAChannelProcessorTest ;
66
77import com .fasterxml .jackson .core .JsonProcessingException ;
88import com .fasterxml .jackson .databind .ObjectMapper ;
1616import org .junit .jupiter .params .provider .Arguments ;
1717import org .junit .jupiter .params .provider .MethodSource ;
1818import org .phoebus .channelfinder .entity .Channel ;
19- import org .phoebus .channelfinder .processors .aa .AAChannelProcessor ;
2019import org .springframework .beans .factory .annotation .Autowired ;
2120import org .springframework .boot .test .autoconfigure .web .servlet .WebMvcTest ;
2221import org .springframework .test .context .TestPropertySource ;
Original file line number Diff line number Diff line change 1- package org .phoebus .channelfinder .processors ;
1+ package org .phoebus .channelfinder .processors . aa ;
22
3- import static org .phoebus .channelfinder .processors .AAChannelProcessorIT .archiveProperty ;
4- import static org .phoebus .channelfinder .processors .AAChannelProcessorIT .inactiveProperty ;
5- import static org .phoebus .channelfinder .processors .AAChannelProcessorIT .paramableAAChannelProcessorTest ;
3+ import static org .phoebus .channelfinder .processors .aa . AAChannelProcessorIT .archiveProperty ;
4+ import static org .phoebus .channelfinder .processors .aa . AAChannelProcessorIT .inactiveProperty ;
5+ import static org .phoebus .channelfinder .processors .aa . AAChannelProcessorIT .paramableAAChannelProcessorTest ;
66
77import com .fasterxml .jackson .core .JsonProcessingException ;
88import com .fasterxml .jackson .databind .ObjectMapper ;
1616import org .junit .jupiter .params .provider .Arguments ;
1717import org .junit .jupiter .params .provider .MethodSource ;
1818import org .phoebus .channelfinder .entity .Channel ;
19- import org .phoebus .channelfinder .processors .aa .AAChannelProcessor ;
2019import org .springframework .beans .factory .annotation .Autowired ;
2120import org .springframework .boot .test .autoconfigure .web .servlet .WebMvcTest ;
2221import org .springframework .test .context .TestPropertySource ;
Original file line number Diff line number Diff line change 1- package org .phoebus .channelfinder .processors ;
1+ package org .phoebus .channelfinder .processors . aa ;
22
3- import static org .phoebus .channelfinder .processors .AAChannelProcessorIT .archiveProperty ;
4- import static org .phoebus .channelfinder .processors .AAChannelProcessorIT .inactiveProperty ;
5- import static org .phoebus .channelfinder .processors .AAChannelProcessorIT .paramableAAChannelProcessorTest ;
3+ import static org .phoebus .channelfinder .processors .aa . AAChannelProcessorIT .archiveProperty ;
4+ import static org .phoebus .channelfinder .processors .aa . AAChannelProcessorIT .inactiveProperty ;
5+ import static org .phoebus .channelfinder .processors .aa . AAChannelProcessorIT .paramableAAChannelProcessorTest ;
66
77import com .fasterxml .jackson .core .JsonProcessingException ;
88import com .fasterxml .jackson .databind .ObjectMapper ;
1616import org .junit .jupiter .params .provider .Arguments ;
1717import org .junit .jupiter .params .provider .MethodSource ;
1818import org .phoebus .channelfinder .entity .Channel ;
19- import org .phoebus .channelfinder .processors .aa .AAChannelProcessor ;
2019import org .springframework .beans .factory .annotation .Autowired ;
2120import org .springframework .boot .test .autoconfigure .web .servlet .WebMvcTest ;
2221import org .springframework .test .context .TestPropertySource ;
Original file line number Diff line number Diff line change 1- package org .phoebus .channelfinder .processors ;
1+ package org .phoebus .channelfinder .processors . aa ;
22
33import com .fasterxml .jackson .core .JsonProcessingException ;
44import com .fasterxml .jackson .databind .ObjectMapper ;
1111import org .junit .jupiter .params .ParameterizedTest ;
1212import org .junit .jupiter .params .provider .Arguments ;
1313import org .junit .jupiter .params .provider .MethodSource ;
14- import org .phoebus .channelfinder .processors .aa .ArchivePVOptions ;
1514
1615class AAChannelProcessorTest {
1716
You can’t perform that action at this time.
0 commit comments