Skip to content

Commit a06de5c

Browse files
committed
refactor: moved protocol packages
1 parent 3eb1562 commit a06de5c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

control/src/test/kotlin/integration/ProbeBreakpointTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ import kotlinx.coroutines.runBlocking
2424
import org.junit.jupiter.api.Assertions.assertEquals
2525
import org.junit.jupiter.api.Assertions.assertNotNull
2626
import org.junit.jupiter.api.Test
27-
import spp.protocol.SourceServices.Subscribe.toLiveInstrumentSubscriberAddress
2827
import spp.protocol.instrument.LiveBreakpoint
2928
import spp.protocol.instrument.LiveSourceLocation
3029
import spp.protocol.instrument.event.LiveBreakpointHit
3130
import spp.protocol.instrument.event.LiveInstrumentEvent
3231
import spp.protocol.instrument.event.LiveInstrumentEventType
32+
import spp.protocol.service.SourceServices.Subscribe.toLiveInstrumentSubscriberAddress
3333
import java.util.concurrent.TimeUnit
3434

3535
class ProbeBreakpointTest : ProbeIntegrationTest() {

control/src/test/kotlin/integration/ProbeIntegrationTest.kt

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@ import org.junit.jupiter.api.BeforeAll
3838
import org.junit.jupiter.api.extension.ExtendWith
3939
import org.slf4j.Logger
4040
import org.slf4j.LoggerFactory
41-
import spp.protocol.SourceServices
42-
import spp.protocol.SourceServices.Subscribe.toLiveInstrumentSubscriberAddress
43-
import spp.protocol.extend.TCPServiceFrameParser
4441
import spp.protocol.platform.PlatformAddress
4542
import spp.protocol.platform.status.InstanceConnection
4643
import spp.protocol.service.LiveInstrumentService
44+
import spp.protocol.service.SourceServices
45+
import spp.protocol.service.SourceServices.Subscribe.toLiveInstrumentSubscriberAddress
46+
import spp.protocol.service.extend.TCPServiceFrameParser
4747
import java.io.IOException
4848
import java.util.*
4949

control/src/test/kotlin/integration/ProbeLogTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ import kotlinx.coroutines.runBlocking
2424
import org.junit.jupiter.api.Assertions.assertEquals
2525
import org.junit.jupiter.api.Assertions.assertNotNull
2626
import org.junit.jupiter.api.Test
27-
import spp.protocol.SourceServices.Subscribe.toLiveInstrumentSubscriberAddress
2827
import spp.protocol.instrument.LiveLog
2928
import spp.protocol.instrument.LiveSourceLocation
3029
import spp.protocol.instrument.event.LiveInstrumentEvent
3130
import spp.protocol.instrument.event.LiveInstrumentEventType
3231
import spp.protocol.instrument.event.LiveLogHit
32+
import spp.protocol.service.SourceServices.Subscribe.toLiveInstrumentSubscriberAddress
3333
import java.util.concurrent.TimeUnit
3434

3535
class ProbeLogTest : ProbeIntegrationTest() {

0 commit comments

Comments
 (0)