Skip to content

Instantly share code, notes, and snippets.

@MinCha
Created August 22, 2012 08:42
Show Gist options
  • Save MinCha/3423806 to your computer and use it in GitHub Desktop.
Save MinCha/3423806 to your computer and use it in GitHub Desktop.
Join NHN
@Test
public void youShouldJoinNHN() {
You you = new You();
you.joinNHN();
assertTrue(you.areOnLiveInteraction());
assertTrue(you.areWorkingWithTopPeople());
assertTrue(you.dealWithBigData());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment