Skip to content

Commit

Permalink
Move EmbulkPluginTest to org.embulk.junit5.api from org.embulk.junit5
Browse files Browse the repository at this point in the history
  • Loading branch information
dmikurube committed Sep 11, 2024
1 parent 1a8cf6f commit b22f124
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package org.embulk.junit5;
package org.embulk.junit5.api;

import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

import java.lang.reflect.Method;
import java.util.Optional;
import org.embulk.junit5.EmbulkPluginTest;
import org.embulk.junit5.api.EmbulkPluginTest;
import org.junit.platform.engine.EngineDiscoveryRequest;
import org.junit.platform.engine.ExecutionRequest;
import org.junit.platform.engine.TestDescriptor;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package org.embulk.junit5;
package org.embulk.junit5.engine;

import org.junit.jupiter.api.Test;
// import org.junit.jupiter.api.extension.ExtendWith;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

package org.embulk.junit5;
package org.embulk.junit5.engine;

import org.junit.jupiter.api.Test;
// import org.junit.jupiter.api.extension.ExtendWith;
Expand Down

0 comments on commit b22f124

Please sign in to comment.