Skip to content

Instantly share code, notes, and snippets.

View louismrose's full-sized avatar

Louis Rose louismrose

View GitHub Profile
import static org.junit.Assert.*;
import java.util.*;
import org.junit.*;
public class SellOneItemTest {
public static class Sale {
private Display display;