File tree Expand file tree Collapse file tree 4 files changed +9
-5
lines changed
src/test/java/com/azure/spring/migration/openrewrite/java/search Expand file tree Collapse file tree 4 files changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: publish-cron
22
33on :
44 schedule :
5- - cron : ' 0 12 * * *'
5+ - cron : ' 0 0 10 * *'
66
77jobs :
88 publish :
Original file line number Diff line number Diff line change 1717package com .azure .spring .migration .openrewrite .java .search ;
1818
1919import org .junit .jupiter .api .Test ;
20+ import org .openrewrite .DocumentExample ;
2021import org .openrewrite .test .RewriteTest ;
2122
2223import static org .openrewrite .java .Assertions .java ;
2324
2425public final class FindLiteralsTest implements RewriteTest {
26+ @ DocumentExample
2527 @ Test
2628 void testFindLiteral () {
2729 rewriteRun (
Original file line number Diff line number Diff line change 1616
1717package com .azure .spring .migration .openrewrite .java .search ;
1818
19- import static org .openrewrite .java .Assertions .java ;
20-
2119import org .junit .jupiter .api .Test ;
20+ import org .openrewrite .DocumentExample ;
2221import org .openrewrite .test .RewriteTest ;
2322
23+ import static org .openrewrite .java .Assertions .java ;
2424public final class FindMethodsTest implements RewriteTest {
2525
26+ @ DocumentExample
2627 @ Test
2728 void testFindMethods () {
2829 rewriteRun (
Original file line number Diff line number Diff line change 1616
1717package com .azure .spring .migration .openrewrite .java .search ;
1818
19- import static org .openrewrite .java .Assertions .java ;
20-
2119import org .junit .jupiter .api .Test ;
20+ import org .openrewrite .DocumentExample ;
2221import org .openrewrite .test .RewriteTest ;
2322
23+ import static org .openrewrite .java .Assertions .java ;
2424public final class FindTypesTest implements RewriteTest {
25+ @ DocumentExample
2526 @ Test
2627 void testFindTypes () {
2728 rewriteRun (
You can’t perform that action at this time.
0 commit comments