Exception in thread “main” java.lang.Error: Always run main and tests with assertions enabled
at P4.twitter.Main.main(Main.java:47)
try {
assert false;
throw new Error("Always run main and tests with assertions enabled");
} catch (AssertionError ae) { }