aboutsummaryrefslogtreecommitdiff
path: root/src/test/java/com/juick/tests/JsonTests.java
blob: f44fac204cdcdea2b4cf478e28d33d5460aefcc9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
package com.juick.tests;

import static org.junit.Assert.assertEquals;

import org.junit.Test;

public class JsonTests {
    @Test
    public void CompareSerializers() {
    }
}