Skip to content
Snippets Groups Projects
Commit 65a4907b authored by Reiner Jung's avatar Reiner Jung
Browse files

Merge branch 'update-to-new-sar-input-format' into 'main'

Draft: Update to new sar input format

See merge request oceandsl/oceandsl-tools!41
parents f2c89c31 0beda32d
Branches
Tags
No related merge requests found
......@@ -19,16 +19,14 @@ import java.time.Duration;
import org.hamcrest.MatcherAssert;
import org.junit.Test;
import org.oceandsl.analysis.code.stages.data.CallerCallee;
import kieker.analysis.architecture.recovery.events.CallEvent;
import kieker.analysis.architecture.recovery.events.OperationEvent;
import teetime.framework.test.StageTester;
import org.oceandsl.analysis.code.stages.data.CallerCallee;
/**
* Tesintg operation and call data stage..
* Testing operation and call data stage..
*
* @author Reiner Jung
* @since 1.3
......@@ -53,9 +51,9 @@ public class OperationAndCall4StaticDataStageTest {
OperationAndCall4StaticDataStageTest.TARGET_PATH, OperationAndCall4StaticDataStageTest.TARGET_MODULE,
OperationAndCall4StaticDataStageTest.CALLEE);
final OperationEvent firstOp = new OperationEvent(OperationAndCall4StaticDataStageTest.HOSTNAME,
OperationAndCall4StaticDataStageTest.SOURCE_PATH, OperationAndCall4StaticDataStageTest.CALLER);
OperationAndCall4StaticDataStageTest.SOURCE_MODULE, OperationAndCall4StaticDataStageTest.CALLER);
final OperationEvent secondOp = new OperationEvent(OperationAndCall4StaticDataStageTest.HOSTNAME,
OperationAndCall4StaticDataStageTest.TARGET_PATH, OperationAndCall4StaticDataStageTest.CALLEE);
OperationAndCall4StaticDataStageTest.TARGET_MODULE, OperationAndCall4StaticDataStageTest.CALLEE);
final CallEvent call = new CallEvent(firstOp, secondOp, Duration.ZERO);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment