Skip to content

Instantly share code, notes, and snippets.

View l-gu's full-sized avatar

Laurent GUERIN l-gu

View GitHub Profile
@ludo1026
ludo1026 / mongoDBTest.java
Created December 23, 2013 15:49
mongodb - test
package org.tuto.mongodb;
import com.mongodb.*;
import org.junit.Assert;
import org.junit.Test;
import java.util.ArrayList;
import java.util.List;
public class MongoDBTest {