All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkus.panache.mock.impl.PanacheMockAfterEachTest Maven / Gradle / Ivy

There is a newer version: 3.17.0.CR1
Show newest version
package io.quarkus.panache.mock.impl;

import io.quarkus.panache.mock.PanacheMock;
import io.quarkus.test.junit.callback.QuarkusTestAfterEachCallback;
import io.quarkus.test.junit.callback.QuarkusTestMethodContext;

public class PanacheMockAfterEachTest implements QuarkusTestAfterEachCallback {

    @Override
    public void afterEach(QuarkusTestMethodContext context) {
        PanacheMock.reset();
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy