Changeset 21 for references/src
- Timestamp:
- 09/22/20 08:52:04 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
references/src/test/java/geniusweb/references/ProtocolRefTest.java
r1 r21 17 17 import com.fasterxml.jackson.databind.ObjectMapper; 18 18 19 import geniusweb.references.ProtocolRef;20 19 import tudelft.utilities.junit.GeneralTests; 21 20 … … 58 57 59 58 @Test 59 public void testSaop() { 60 ProtocolRef saop = new ProtocolRef("SAOP"); 61 System.out.println(saop.getURI()); 62 assertEquals("SAOP", saop.getURI().getPath()); 63 } 64 65 @Test 60 66 public void testSerialize() throws JsonProcessingException { 61 67 ObjectMapper jackson = new ObjectMapper();
Note:
See TracChangeset
for help on using the changeset viewer.