[bisq-network/bisq] Security framework for the API (#2461)

Bernard Labno notifications at github.com
Mon Feb 25 09:52:35 UTC 2019


blabno commented on this pull request.



> +
+import org.junit.After;
+import org.junit.Before;
+import org.junit.Rule;
+import org.junit.Test;
+import org.junit.rules.ExpectedException;
+
+import static org.junit.Assert.assertFalse;
+import static org.junit.Assert.assertNotNull;
+import static org.junit.Assert.assertTrue;
+import static org.mockito.Mockito.mock;
+import static org.mockito.Mockito.when;
+
+
+
+import com.github.javafaker.Faker;

Faker is random data generator. On the top level it has methods with categories.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/2461#discussion_r259747264
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190225/45712281/attachment-0001.html>


More information about the bisq-github mailing list