Skip to content

Instantly share code, notes, and snippets.

@Jegp
Created August 21, 2014 08:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jegp/0ad15a27034111e1ed9c to your computer and use it in GitHub Desktop.
Save Jegp/0ad15a27034111e1ed9c to your computer and use it in GitHub Desktop.
IMBA CERN test
public class BambooTest {
private boolean bambooNeedsSomeTestsResultsToMarkThisProjectGREEN = true;
@Test
public void test1() {
Assert.assertTrue(bambooNeedsSomeTestsResultsToMarkThisProjectGREEN);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment