File tree 1 file changed +10
-9
lines changed
operator-framework/src/test/java/io/javaoperatorsdk/operator
1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change 1
1
package io .javaoperatorsdk .operator ;
2
2
3
- import io .javaoperatorsdk .operator .junit .LocallyRunOperatorExtension ;
4
- import io .javaoperatorsdk .operator .sample .externalstate .ExternalStateReconciler ;
5
3
import org .junit .jupiter .api .Test ;
6
4
import org .junit .jupiter .api .extension .RegisterExtension ;
7
5
6
+ import io .javaoperatorsdk .operator .junit .LocallyRunOperatorExtension ;
7
+ import io .javaoperatorsdk .operator .sample .externalstate .ExternalStateReconciler ;
8
+
8
9
class ExternalStateIT {
9
10
10
- @ RegisterExtension
11
- LocallyRunOperatorExtension operator =
12
- LocallyRunOperatorExtension .builder ().withReconciler (ExternalStateReconciler .class )
13
- .build ();
11
+ @ RegisterExtension
12
+ LocallyRunOperatorExtension operator =
13
+ LocallyRunOperatorExtension .builder ().withReconciler (ExternalStateReconciler .class )
14
+ .build ();
14
15
15
- @ Test
16
- public void reconcilesResourceWithPersistentState () {
16
+ @ Test
17
+ public void reconcilesResourceWithPersistentState () {
17
18
18
- }
19
+ }
19
20
20
21
}
You can’t perform that action at this time.
0 commit comments