Skip to content

Instantly share code, notes, and snippets.

@nhatzHK
Created March 15, 2017 03:59
Show Gist options
  • Save nhatzHK/0e4e0a6eac995b086c4164ff33973450 to your computer and use it in GitHub Desktop.
Save nhatzHK/0e4e0a6eac995b086c4164ff33973450 to your computer and use it in GitHub Desktop.
package ca.qc.bdeb.inf202.h17tp1;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.*;
import java.util.Arrays;
public class FermeTest {
private Ferme ferme;
public FermeTest() {
}
@Before
public void setUp() {
ferme = new Ferme();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment