Package org.palladiosimulator.simulizar.test.commons.extension
package org.palladiosimulator.simulizar.test.commons.extension
-
ClassDescriptionThe MockSimulationExtension uses JUnit 5 Extension API to facilitate tests of SimuLizar internals To enable use of this extension annotate your test class with
@ExtendWith(MockSimulation.class)
By annotating a test method with@MockSimulation
mocks of the required SimuLizar internals are created which allow to test i.This JUnit 5 Extension support the creation of simulation tests.