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