- Timestamp:
- 11/28/19 14:41:10 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/test/java/geniusweb/partiesserver/websocket/PartySocketTest.java
r1 r8 23 23 import geniusweb.actions.EndNegotiation; 24 24 import geniusweb.actions.PartyId; 25 import geniusweb.connection.Connection ;25 import geniusweb.connection.ConnectionEnd; 26 26 import geniusweb.partiesserver.repository.RunningPartiesRepo; 27 27 import geniusweb.partiesserver.repository.RunningParty; 28 import geniusweb.partiesserver.websocket.PartySocket;29 28 import geniusweb.party.Party; 30 29 import geniusweb.party.inform.Inform; … … 83 82 84 83 @SuppressWarnings("unchecked") 85 Connection <Inform, Action> connection = mock(Connection.class);84 ConnectionEnd<Inform, Action> connection = mock(ConnectionEnd.class); 86 85 /* 87 86 * we must call runningparty directly on this one because
Note:
See TracChangeset
for help on using the changeset viewer.