Package com.oracle.bedrock.junit
package com.oracle.bedrock.junit
-
ClassDescriptionA base class for
CoherenceBuilderimplementations.A JUnit 5 extension annotation that bootstraps a local Coherence cluster member in theBeforeAllCallback.beforeAll(ExtensionContext)method and shuts-down Coherence in theAfterAllCallback.afterAll(ExtensionContext)method.A JUnit 5 extension that bootstraps a local Coherence cluster member in theBeforeAllCallback.beforeAll(ExtensionContext)method and shuts down Coherence in theAfterAllCallback.afterAll(ExtensionContext)method.A builder that producesCoherenceinstances.A JUnit 5 extension that sets System properties in thebefore all phase.