Skip to content

Commit

Permalink
Removed commented out code
Browse files Browse the repository at this point in the history
  • Loading branch information
kruegersp authored May 3, 2024
1 parent cd8a412 commit 6c0a086
Showing 1 changed file with 1 addition and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,31 +35,7 @@
import org.junit.Test;

public class CarmaCloudRegistrationReceiverTest {

private static final int TEST_PORT = 1617;

// private Socket sendSocket;
// private CarmaCloudRegistrationReceiver receiver;

// @Before
// public void setup() throws Exception {
// Set up a TCP socket to send messages
// sendSocket = new Socket();

// Initialize the receiver
// receiver = new CarmaCloudRegistrationReceiver();
// receiver.init();
// Thread receiverThread = new Thread(receiver);
// receiverThread.start();
// }

// @After
// public void teardown() throws Exception {
// Stop the receiver and close the send socket
// receiver.stop();
// sendSocket.close();
// }


@Test
public void testMessageReceive() throws Exception {
// Define a test message in JSON format
Expand Down

0 comments on commit 6c0a086

Please sign in to comment.